|
|
The size in bytes of the URI.
Namespace: Autodesk.Navisworks.Api.Plugins
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Property Size As ULong Get Set |
| C# |
|---|
public ulong Size { get; set; } |
| Visual C++ |
|---|
public: property unsigned long long Size { unsigned long long get (); void set (unsigned long long value); } |
Exceptions
| Exception | Condition |
|---|---|
| System..::..ObjectDisposedException | Object has been Disposed |
| System..::..NotSupportedException | Object is Read-Only |