Indicates if the ElementId is an id of a ConceptualConstructionType.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 18.0.0.0 (18.2.0.13)
Since:
2012
Syntax
Visual Basic |
---|
Public Shared Function IsValidConceptualConstructionId ( _
ccda As Document, _
constructionTypeId As ElementId _
) As Boolean |
Visual C++ |
---|
public:
static bool IsValidConceptualConstructionId(
Document^ ccda,
ElementId^ constructionTypeId
) |
Return Value
Returns true if is an id of a ConceptualConstructionType, false otherwise.
Exceptions
See Also