Revit 2026 API
Mesh |
Shows whether the result still contains the mesh
which was constructed, if any, or whether it has been
relinquished by 'getMesh'.
The former is true, the later is false.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool IsMeshAvailable { get; }
Public ReadOnly Property IsMeshAvailable As Boolean Get
public: property bool IsMeshAvailable { bool get (); }
member IsMeshAvailable : bool with get
Property Value
BooleanSee Also