Deletes the specified frame from this Gtol.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function DeleteFrame( _
ByVal As System.Integer _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IGtol
Dim FrameNum As System.Integer
Dim value As System.Boolean
value = instance.DeleteFrame(FrameNum) |
C# | |
---|
System.bool DeleteFrame(
System.int
) |
C++/CLI | |
---|
System.bool DeleteFrame(
& System.int
) |
Parameters
- FrameNum
- One-based index of Gtol to delete
Return Value
True if successfully deleted, false if not
Example
Remarks
See Also
Availability
SOLIDWORKS 2023 FCS, Revision Number 31