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: 20.0.0.0 (20.0.0.377)
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