Deletes the specified text line in the below frame of this GTol.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function DeleteBelowFrameTextAt( _
ByVal Index As System.Integer _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IGtol
Dim Index As System.Integer
Dim value As System.Boolean
value = instance.DeleteBelowFrameTextAt(Index) |
C# | |
---|
System.bool DeleteBelowFrameTextAt(
System.int Index
) |
C++/CLI | |
---|
System.bool DeleteBelowFrameTextAt(
& System.int Index
) |
Parameters
- Index
- 1-based index of the below frame text line to delete; -1 to delete all of the below frame text lines
Return Value
True if text line successfully deleted, false if not
Example
See
Set Text in Datum Tags and GTols examples in
IGTol.
See Also
Availability
SOLIDWORKS 2018 FCS, Revision Number 26.0