Changes the length of a fixed-length route segment.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetFixedLength( _
ByVal NewLength As System.Double _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As IRouteProperty
Dim NewLength As System.Double
Dim value As System.Integer
value = instance.SetFixedLength(NewLength) |
C# | |
---|
System.int SetFixedLength(
System.double NewLength
) |
C++/CLI | |
---|
System.int SetFixedLength(
& System.double NewLength
) |
Parameters
- NewLength
- Fixed length
Return Value
Fixed length error code as defined in
swSetRouteFixedLengthError_e
Example
Remarks
See Also
Availability
SolidWorks Routing 2009 SP4