WireType.MaxSize Property
The max conductor size name of the wire type.
Namespace:
Autodesk.Revit.DB.Electrical
Assembly:
RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
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
Reference
WireType Class
Autodesk.Revit.DB.Electrical Namespace