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

Connector.Width

Property
Description:
The width 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 Width { 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 width.