This call gets the modelling style.
Syntax
// Visual Studio for Windows
public:
__int64 __declspec(dllexport) __stdcall GetModellingStyle(
__int64 model,
__int64 mask
);
// Linux, OS-X and non-Visual Studio Windows solutions
public:
int64_t GetModellingStyle(
int64_t model,
int64_t mask
);
Property model
Size: 64 bit / 8 byte (value)
The handle to the model. The model handle is static during its existance. Several models can be opened simultaniously within one session. Different models are always independent, threads are allowed to be running on different models simultaniously.
Property mask
Size: 64 bit / 8 byte (value)
This mask or bitmask is data that is used for bitwise operations, i.e. the bits set in the mask are the bits affected in the setting or return value.