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

Connector.Height

Property
Description:
The height of the connector.
Remarks:
In order to set this property, it must be mapped to a writable instance parameter in the family definition.
Syntax
public virtual double Height { get; set; }
Exceptions
Exception Condition
InvalidOperationException Thrown when the connector's shape is not rectangular.
ArgumentException Thrown when the argument is invalid.
InvalidOperationException Thrown on failure to set height.