Share

AssetPropertyDoubleArray3d.SetValueAsXYZ Method

Sets the value property as a vector or point XYZ.


Namespace: Autodesk.Revit.DB.Visual
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)

Syntax

C#

public void SetValueAsXYZ(
	XYZ xyz
)

Parameters

xyz  XYZ
The new value.

Exceptions

ExceptionCondition
ArgumentException The input value is invalid for this AssetPropertyDoubleArray3d property.
ArgumentNullException A non-optional argument was null
InvalidOperationException The asset property is not editable.

See Also

Reference

Was this information helpful?