| Revit 2020 API |
| AssetPropertyDoubleMatrix44..::..Value Property |
| AssetPropertyDoubleMatrix44 Class See Also |
Get the value of the property
Namespace: Autodesk.Revit.DB.Visual
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Syntax
| C# |
|---|
public DoubleArray Value { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Value As DoubleArray Get |
| Visual C++ |
|---|
public: property DoubleArray^ Value { DoubleArray^ get (); } |