3dak Client

article.getImagebox Method 

[Visual Basic]
Public Function getImagebox( _ 
   ByVal String As String _ 
) As Imagebox
[C#]
public Imagebox getImagebox(
   string String
);
[C++]
public: Imagebox* getImagebox(
   String* String
);
[JScript]
public function getImagebox(
   String String
): Imagebox;

See Also

article Class | ppm3dakClient Namespace