Gets the indicator border type, tolerance type, and datum at the specified indicator index for this Gtol frame.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetIndicator( _
ByVal IndicatorIndex As System.Integer, _
ByRef BorderType As System.Integer, _
ByRef TolType As System.Integer, _
ByRef Datum As System.String _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IGtolFrame
Dim IndicatorIndex As System.Integer
Dim BorderType As System.Integer
Dim TolType As System.Integer
Dim Datum As System.String
Dim value As System.Boolean
value = instance.GetIndicator(IndicatorIndex, BorderType, TolType, Datum) |
Parameters
- IndicatorIndex
- One-based index of tolerance indicator to retrieve
- BorderType
- Type of border as defined by swGtolIndicatorBorderType_e
- TolType
- Tolerance type as defined by swGtolGeomCharSymbol_e (see Remarks)
- Datum
- Datum feature symbol that refers to the BorderType
Return Value
True if indicator successfully retrieved, false if not
Example
Remarks
See Also
Availability
SOLIDWORKS 2023 FCS, Revision Number 31