IFCCategoryTemplate.SetActiveTemplate Method

IFCCategoryTemplateSetActiveTemplate Method

Sets the mapping template element to be the active mapping template for its document.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public void SetActiveTemplate()
Public Sub SetActiveTemplate
public:
void SetActiveTemplate()
member SetActiveTemplate : unit -> unit 
Exceptions
ExceptionCondition
InvalidOperationException Invalid use of in-session template.
See Also