Gets or sets whether to fix the outer diameter to the outer diameter value.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property IsOuterDiameterFixed As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IElectricalRouteProperty
Dim value As Boolean
instance.IsOuterDiameterFixed = value
value = instance.IsOuterDiameterFixed
|
C# | |
---|
bool IsOuterDiameterFixed {get; set;} |
C++/CLI | |
---|
property bool IsOuterDiameterFixed {
bool get();
void set (bool value);
} |
Return Value
True to fix the value of the outer diameter of the route to that of
IElectricalRouteProperty::OuterDiameter, false to enable diameter updates based on the diameters of the cables and wires that you route
See Also
Availability
SolidWorks Routing 2006 FCS