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