<Code Lib>
2026 Method
Changes 0
M

ViewFamilyType.IsValidDefaultTemplate

Description:
Verifies that the input can be used as a default template for this view type.
Remarks:
The id must represent a template view that is compatible with this view type, or InvalidElementId.

public bool IsValidDefaultTemplate(
	ElementId templateId
)

  • templateId
    Id to be validated as default template.
Return Value Boolean True if %templateId% is valid as default template, false otherwise.

Loading…