Indicates if the ElementId is an id of a ConceptualConstructionType.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.1.1.1)
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