AssetPropertyDoubleArray2d.Value Property

AssetPropertyDoubleArray2dValue Property

Get the value of the property

Namespace: Autodesk.Revit.DB.Visual
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public DoubleArray Value { get; }
Public ReadOnly Property Value As DoubleArray
	Get
public:
property DoubleArray^ Value {
	DoubleArray^ get ();
}
member Value : DoubleArray with get

Property Value

DoubleArray
See Also