Checks if the ElementId is an acceptable conceptual construction type ElementId for the MassLevelData (Mass Floor).
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2012
Syntax
C# |
---|
public bool IsValidConceptualConstructionTypeElement(
ElementId id
) |
Visual Basic |
---|
Public Function IsValidConceptualConstructionTypeElement ( _
id As ElementId _
) As Boolean |
Visual C++ |
---|
public:
bool IsValidConceptualConstructionTypeElement(
ElementId^ id
) |
Return Value
True if the ElementId is an acceptable conceptual construction type ElementId, false otherwise.
Remarks
Exceptions
See Also