|
|
Returns the state of the connection
Namespace: Autodesk.Navisworks.Api.Data
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Overrides ReadOnly Property State As ConnectionState Get |
| C# |
|---|
public override ConnectionState State { get; } |
| Visual C++ |
|---|
public: virtual property ConnectionState State { ConnectionState get () override; } |