|
|
Property Status
Namespace: Autodesk.Navisworks.Api.Takeoff
Assembly: Autodesk.Navisworks.Takeoff (in Autodesk.Navisworks.Takeoff.dll)
Syntax
| Visual Basic |
|---|
Public Property PropertyStatus As ModelRefreshPropertyStatus Get Set |
| C# |
|---|
public ModelRefreshPropertyStatus PropertyStatus { get; set; } |
| Visual C++ |
|---|
public: property ModelRefreshPropertyStatus PropertyStatus { ModelRefreshPropertyStatus get (); void set (ModelRefreshPropertyStatus value); } |
Exceptions
| Exception | Condition |
|---|---|
| System..::..NotSupportedException | Not supported if '!IsAbleToGetPropertyStatus' |
| System..::..ObjectDisposedException | Object has been Disposed |
| System..::..NotSupportedException | Not supported if '!IsAbleToSetPropertyStatus' |
| System..::..NotSupportedException | Object is Read-Only |