MaxSize Property


Wire Type Max Size Property

The max conductor size name of the wire type.

Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public string MaxSize { get; set; }

Property Value

String
Exceptions
Exception Condition
ArgumentException When setting this property: The name is neither a conductor size name nor empty.
ArgumentNullException When setting this property: A non-optional argument was null
See Also