GdPicture.NET.14
GdPicture14 Namespace / GdViewer Class / TagGetName Method





In This Topic
TagGetName Method (GdViewer)
In This Topic
Syntax
'Declaration
 
Public Function TagGetName( _
   ByVal TagNo As Integer _
) As String
public string TagGetName( 
   int TagNo
)
public function TagGetName( 
    TagNo: Integer
): String; 
public function TagGetName( 
   TagNo : int
) : String;
public: string* TagGetName( 
   int TagNo
) 
public:
String^ TagGetName( 
   int TagNo
) 

Parameters

TagNo
See Also