SilverScreen Solid Modeler

SilverStatus

SilverStatus

Previous topic Next topic  

SilverStatus

Previous topic Next topic JavaScript is required for the print function  

SilverSharpAPI

 

SilverStatus

 

Structure

SilverStatus is an enumeration used by several SilverSharp API routines as a return value.

 

C# Code

   

  enum SilverStatus : System::Int32

     {

     SS_SUCCESS,

     SS_NOTFOUND,

     SS_NOMEMORY,

     SS_NOMEMBERS,

     SS_NOTSUPPORTED,

     SS_SCHEMA_NOTFOUND,

     SS_ATTR_NOTFOUND,

     SS_FAILURE,

     };

 

 

 

Members

The meanings of the enumeration values are described within the bodies of the API routines that return them.

 

 

See Also

fetch_tag, load_ss_variable, paint_entity, paint_entity_rgb, paint_primitive, paint_primitive_rgb, primitive_plane.