Gets or sets the cumulative diameter of all wires in the route segment.
.NET Syntax
| Visual Basic (Declaration) | |
|---|
Property BundleDiameter As Double |
| Visual Basic (Usage) | |
|---|
Dim instance As IElectricalRouteProperty
Dim value As Double
instance.BundleDiameter = value
value = instance.BundleDiameter
|
| C# | |
|---|
double BundleDiameter {get; set;} |
| C++/CLI | |
|---|
property double BundleDiameter {
double get();
void set (double value);
} |
Return Value
Cumulative diameter of all wires in the route segment
Remarks
See Also
Availability
SolidWorks Routing 2006 FCS