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 IGetFrameValues( _
ByVal As Short _
) As String |
Visual Basic (Usage) | |
---|
Dim instance As IGtol
Dim FrameNumber As Short
Dim value As String
value = instance.IGetFrameValues(FrameNumber)
|
C# | |
---|
string IGetFrameValues(
short
) |
C++/CLI | |
---|
String^ IGetFrameValues(
& short
) |
Parameters
- FrameNumber
Frame number to examine (1 or 2)
Return Value
VBA, VB.NET, C#, and C++/CLI: Not supported
See In-process Methods for details about this type of method.
Remarks
See Also