AssetPropertyDoubleArray4d Class


Represents a property consisting of an array of double values.

Namespace: Autodesk.Revit.Utility
Assembly: RevitAPI (in RevitAPI.dll) Version: 2015.0.0.0 (2015.0.0.0)

Syntax

C#
public class AssetPropertyDoubleArray4d : AssetProperty
Visual Basic
Public Class AssetPropertyDoubleArray4d _
	Inherits AssetProperty
Visual C++
public ref class AssetPropertyDoubleArray4d : public AssetProperty

Remarks

In virtually all cases, the array will contain exactly 4 values.

Inheritance Hierarchy

System Object
Autodesk.Revit.Utility AssetProperty
Autodesk.Revit.Utility AssetPropertyDoubleArray4d

See Also