Share

Form.TopOffset Property

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


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public double TopOffset { 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 TopOffset.

See Also

Reference

Was this information helpful?