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





In This Topic
AddCustomAnnotInteractive Method
In This Topic
Syntax
'Declaration
 
Public Sub AddCustomAnnotInteractive( _
   ByVal ModelID As Integer _
) 
public void AddCustomAnnotInteractive( 
   int ModelID
)
public procedure AddCustomAnnotInteractive( 
    ModelID: Integer
); 
public function AddCustomAnnotInteractive( 
   ModelID : int
);
public: void AddCustomAnnotInteractive( 
   int ModelID
) 
public:
void AddCustomAnnotInteractive( 
   int ModelID
) 

Parameters

ModelID
See Also