<Code Lib>
2027 Method
Changes 5
M

IFCCategoryTemplate.ResetActiveTemplate

Description:
Removes the information about active mapping temple of the document.
Remarks:
After calling this method, the active template of the document will be null, which means that in-session template should be used.

public static void ResetActiveTemplate(
	Document document
)

  • document
    The document to set.

Loading…