Ejemplo n.º 1
0
 internal static extern void CRhinoFileReadOptions_SetBool(IntPtr pOptions, FileReadOptionsBoolConsts which, [MarshalAs(UnmanagedType.U1)]bool val);
Ejemplo n.º 2
0
 internal static extern bool CRhinoFileReadOptions_GetBool(IntPtr pOptions, FileReadOptionsBoolConsts which);