RVTDocs.com

AssetPropertyDoubleArray3d.SetValueAsXYZ

Method
Description:
Sets the value property as a vector or point XYZ.
Syntax
public void SetValueAsXYZ(
	XYZ xyz
)
Parameters
Parameter Type Description
xyz XYZ The new value.
Return Value
Exceptions
Exception Condition
ArgumentException The input value is invalid for this AssetPropertyDoubleArray3d property.
ArgumentNullException A non-optional argument was null
InvalidOperationException The asset property is not editable.