Share

WireType.MaxSize Property

The max conductor size name of the wire type.


Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.3.0.0 (26.3.0.0)

Syntax

C#

public string MaxSize { get; set; }

Property Value

String

Exceptions

ExceptionCondition
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

Was this information helpful?