'Declaration
Public Function GetOCGTitle( _ ByVal OCGId As Integer _ ) As String
public string GetOCGTitle( int OCGId )
public function GetOCGTitle( OCGId: Integer ): String;
public function GetOCGTitle( OCGId : int ) : String;
public: string* GetOCGTitle( int OCGId )
public: String^ GetOCGTitle( int OCGId )
Parameters
- OCGId