GetFrameValues Method (IGtol)
Gets an array that describes the text that appears in each of the fields of the specified GTol frame.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetFrameValues( _
ByVal As Short _
) As Object |
Visual Basic (Usage) | |
---|
Dim instance As IGtol
Dim FrameNumber As Short
Dim value As Object
value = instance.GetFrameValues(FrameNumber)
|
C# | |
---|
object GetFrameValues(
short
) |
C++/CLI | |
---|
Object^ GetFrameValues(
& short
) |
Parameters
- FrameNumber
Frame number to examine (1 or 2)
Return Value
Array (see Remarks)
Example
Remarks
See Also