| Revit 2017 API |
| AssetPropertyUInt64..::..Value Property |
| AssetPropertyUInt64 Class See Also |
Get the value of the property.
Namespace: Autodesk.Revit.Utility
Assembly: RevitAPI (in RevitAPI.dll) Version: 17.0.0.0 (17.0.484.0)
Syntax
| C# |
|---|
public ulong Value { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Value As ULong Get |
| Visual C++ |
|---|
public: property unsigned long long Value { unsigned long long get (); } |