Form.BaseOffset Property

FormBaseOffset Property

Retrieve/set the base offset of the form object. It is only valid for locked form.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public double BaseOffset { get; set; }
Public Property BaseOffset As Double
	Get
	Set
public:
property double BaseOffset {
	double get ();
	void set (double value);
}
member BaseOffset : float with get, set

Property Value

Double
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown when this is not a locked form.
ArgumentExceptionThrown when the value is invalid.
ApplicationExceptionThrown when it fail to get/set BaseOffset.
See Also