<Code Lib>
2025.3 Method
Changes 0
M

ConceptualConstructionType.IsValidConceptualConstructionId

Description:
Indicates if the ElementId is an id of a ConceptualConstructionType.

public static bool IsValidConceptualConstructionId(
	Document ccda,
	ElementId constructionTypeId
)

  • ccda
    The document.
  • constructionTypeId
    The ElementId of the ConceptualConstructionType.
Return Value Boolean Returns true if is an id of a ConceptualConstructionType, false otherwise.

Loading…