ConceptualConstructionType.IsValidConceptualConstructionId
Method
Description:
Indicates if the ElementId is an id of a ConceptualConstructionType.
Indicates if the ElementId is an id of a ConceptualConstructionType.
Syntax
public static bool IsValidConceptualConstructionId(
Document ccda,
ElementId constructionTypeId
)
Parameters
Parameter | Type | Description |
---|---|---|
ccda | Document | The document. |
constructionTypeId | ElementId | The ElementId of the ConceptualConstructionType. |
Return Value
Type | Description |
---|---|
Boolean | Returns true if is an id of a ConceptualConstructionType, false otherwise. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |