MultiReferenceAnnotationOptions.DimensionLineOrigin Property

MultiReferenceAnnotationOptionsDimensionLineOrigin Property

The origin point for the dimension line.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public XYZ DimensionLineOrigin { get; set; }
Public Property DimensionLineOrigin As XYZ
	Get
	Set
public:
property XYZ^ DimensionLineOrigin {
	XYZ^ get ();
	void set (XYZ^ value);
}
member DimensionLineOrigin : XYZ with get, set

Property Value

XYZ
Exceptions
ExceptionCondition
ArgumentNullException When setting this property: A non-optional argument was null
See Also