The width of the connector.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic virtual double Width { get; set; }
Public Overridable Property Width As Double
Get
Set
public:
virtual property double Width {
double get ();
void set (double value);
}
abstract Width : float with get, set
override Width : float with get, set
Property Value
DoubleImplements
IConnectorWidth
Exceptions
RemarksIn order to set this property, it must be mapped to a writable instance parameter in the family definition.
See Also