|
|
Gets the number of elements contained in the collection.
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public ReadOnly Property Count As Integer Get |
| C# |
|---|
public int Count { get; } |
| Visual C++ |
|---|
public: virtual property int Count { int get () sealed; } |
Implements
ICollection<(Of <(<'T>)>)>..::..CountICollection..::..Count
Exceptions
| Exception | Condition |
|---|---|
| System..::..ObjectDisposedException | Object has been Disposed |