Revit 2020.1 API |
PolymeshFacet..::..IsValidObject Property |
PolymeshFacet Class See Also |
Specifies whether the .NET object represents a valid Revit entity.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.1.1.1)
Syntax
C# |
---|
public bool IsValidObject { get; } |
Visual Basic |
---|
Public ReadOnly Property IsValidObject As Boolean Get |
Visual C++ |
---|
public: property bool IsValidObject { bool get (); } |
Return Value
True if the API object holds a valid Revit native object, false otherwise.
Remarks
This property is always True for a polymesh facet.