<Code Lib>
2023 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
)

Return Value bool Returns true if is an id of a ConceptualConstructionType, false otherwise.

Loading…