| Revit 2017 API |
| AssetPropertyDoubleArray4d..::..Value Property |
| AssetPropertyDoubleArray4d 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 DoubleArray Value { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Value As DoubleArray Get |
| Visual C++ |
|---|
public: property DoubleArray^ Value { DoubleArray^ get (); } |