Sets the indicator border type, tolerance type, and datum at the specified indicator index on the right side of this Gtol frame.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetIndicator( _
ByVal IndicatorIndex As System.Integer, _
ByVal BorderType As System.Integer, _
ByVal TolType As System.Integer, _
ByVal 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.SetIndicator(IndicatorIndex, BorderType, TolType, Datum) |
Parameters
- IndicatorIndex
- One-based index of Gtol frame indicator to set
- 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 set, false if not
Example
Remarks
See Also
Availability
SOLIDWORKS 2023 FCS, Revision Number 31