engiSetStringEncoding

sets encoding for sdaiSTRING data type in put and get functions if model is NULL it will set codepage for models, created after the call or for contexts when model is not known returns 1 when successfull of 0 when fails

Syntax

public const string ifcenginedll = @"ifcengine.dll";

[DllImport(IFCEngineDLL, EntryPoint = "engiSetStringEncoding")]
public static extern Int32 engiSetStringEncoding(int_t model, byte encoding);    

Property model

Size: 32 bit / 4 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 encoding

Size: 8 bit / 1 byte (value)
???.