|
|
Gives access to all current Accounts.
Youu'll only get these once SignedIn.
Namespace: Autodesk.Navisworks.Api.ApplicationParts
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
ReadOnly Property Accounts As Collection(Of AccountInfo) Get |
| C# |
|---|
Collection<AccountInfo> Accounts { get; } |
| Visual C++ |
|---|
property Collection<AccountInfo^>^ Accounts { Collection<AccountInfo^>^ get (); } |