14using System.Runtime.InteropServices;
17 private Object locker =
new Object();
18 private HandleRef swigCPtr;
19 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
21 swigCPtr =
new HandleRef(
this, cPtr);
24 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
26 return (obj ==
null) ?
new HandleRef(
null, IntPtr.Zero) : obj.swigCPtr;
29 protected override void Dispose(
bool disposing) {
31 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
36 swigCPtr =
new global::System.Runtime.InteropServices.HandleRef(
null, global::System.IntPtr.Zero);
38 base.Dispose(disposing);
static global::System.Exception Retrieve()
static void OdGiEnvironmentBackgroundTraitsData_setRotation(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2, double jarg3)
static bool OdGiEnvironmentBackgroundTraitsData_IsNotEqual(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static bool OdGiEnvironmentBackgroundTraitsData_fovOverride(global::System.Runtime.InteropServices.HandleRef jarg1)
static double OdGiEnvironmentBackgroundTraitsData_longitudeRotation(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdGiEnvironmentBackgroundTraitsData_setFovOverrideAngle(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static void OdGiEnvironmentBackgroundTraitsData_enableFovOverride(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void delete_OdGiEnvironmentBackgroundTraitsData(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdGiEnvironmentBackgroundTraitsData_IsEqual(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static double OdGiEnvironmentBackgroundTraitsData_latitudeRotation(global::System.Runtime.InteropServices.HandleRef jarg1)
static double OdGiEnvironmentBackgroundTraitsData_fovOverrideAngle(global::System.Runtime.InteropServices.HandleRef jarg1)
OdGiEnvironmentBackgroundTraitsData(IntPtr cPtr, bool cMemoryOwn)
override void Dispose(bool disposing)
bool IsEqual(OdGiEnvironmentBackgroundTraitsData data2)
double latitudeRotation()
OdGiEnvironmentBackgroundTraitsData()
static HandleRef getCPtr(OdGiEnvironmentBackgroundTraitsData obj)
bool IsNotEqual(OdGiEnvironmentBackgroundTraitsData data2)
void setFovOverrideAngle(double fovRad)
void enableFovOverride(bool bEnable)
void setRotation(double longRad, double latRad)
double fovOverrideAngle()
double longitudeRotation()