RVTDocs.com
Namespace: Autodesk.Revit.DB Class: Form

Form.TopOffset

Property
Description:
Retrieve/set the top offset of the form object. It is only valid for locked form.
Syntax
public double TopOffset { get; set; }
Exceptions
Exception Condition
InvalidOperationException Thrown when this is not a locked form.
ArgumentException Thrown when the value is invalid.
ApplicationException Thrown when it fail to get/set TopOffset.