In This Topic
GdPicture14 Namespace / GdViewer Class / AddCustomAnnotInteractive Method

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