Gets whether the specified extension line is a centerline.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetExtensionLineAsCenterline( _
ByVal ExtIndex As System.Short, _
ByRef 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.GetExtensionLineAsCenterline(ExtIndex, Centerline) |
C# | |
---|
System.bool GetExtensionLineAsCenterline(
System.short ExtIndex,
out System.bool Centerline
) |
C++/CLI | |
---|
System.bool GetExtensionLineAsCenterline(
& System.short ExtIndex,
& [Out] System.bool Centerline
) |
Parameters
- ExtIndex
- Index of extension line
- Centerline
- True if the extension line is a centerline, false if not
Return Value
True if successful, false if not
See Also
Availability
SolidWorks 2014 FCS, Revision Number 22.0