Gets or sets whether to fix the outer diameter to the outer diameter value.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property IsOuterDiameterFixed As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IElectricalRouteProperty
Dim value As System.Boolean
instance.IsOuterDiameterFixed = value
value = instance.IsOuterDiameterFixed |
C# | |
---|
System.bool IsOuterDiameterFixed {get; set;} |
C++/CLI | |
---|
property System.bool IsOuterDiameterFixed {
System.bool get();
void set ( & System.bool value);
} |
Property 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