Sets whether the specified extension line is a centerline.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetExtensionLineAsCenterline( _
ByVal ExtIndex As System.Short, _
ByVal Centerline As System.Boolean _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IDisplayDimension
Dim ExtIndex As System.Short
Dim Centerline As System.Boolean
Dim value As System.Boolean
value = instance.SetExtensionLineAsCenterline(ExtIndex, Centerline) |
C# | |
---|
System.bool SetExtensionLineAsCenterline(
System.short ExtIndex,
System.bool Centerline
) |
C++/CLI | |
---|
System.bool SetExtensionLineAsCenterline(
& System.short ExtIndex,
& System.bool Centerline
) |
Parameters
- ExtIndex
- Index of extension line to set
- Centerline
- True to make extension line a centerline, false to not
Return Value
True if successful, false if not
See Also
Availability
SolidWorks 2014 FCS, Revision Number 22.0