Extended .NET SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
OdAveRaytrOpt.cs
Go to the documentation of this file.
1//------------------------------------------------------------------------------
2// <auto-generated />
3//
4// This file was automatically generated by SWIG (http://www.swig.org).
5// Version 4.0.2
6//
7// Do not make changes to this file unless you know what you are doing--modify
8// the SWIG interface file instead.
9//------------------------------------------------------------------------------
10
11namespace Teigha.TD {
12
13using System;
14using System.Runtime.InteropServices;
15using Teigha.Core;
16
18 private Object locker = new Object();
19 private HandleRef swigCPtr;
20 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
21 public OdAveRaytrOpt(IntPtr cPtr, bool cMemoryOwn) : base(TD_DbPINVOKE.OdAveRaytrOpt_SWIGUpcast(cPtr), cMemoryOwn) {
22 swigCPtr = new HandleRef(this, cPtr);
23 }
24
25 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
26 public static HandleRef getCPtr(OdAveRaytrOpt obj) {
27 return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
28 }
29
30 protected override void Dispose(bool disposing) {
31 lock(this) {
32 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
33 if (swigCMemOwn) {
34 swigCMemOwn = false;
36 }
37 swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
38 }
39 base.Dispose(disposing);
40 }
41 }
42
43 public OdAveRaytrOpt() : this(TD_DbPINVOKE.new_OdAveRaytrOpt(), true) {
45 }
46
47 public Int16 m_nRayTreeMaxDepth {
48 set {
49 /*SIMPLETYPE*/
52 }
53 get {
54 /*SIMPLETYPE*/
57 return ret;
58 }
59 }
60
62 set {
65 }
66 get {
69 return ret;
70 }
71 }
72
73}
74
75}
static HandleRef getCPtr(OdAveRaytrOpt obj)
OdAveRaytrOpt(IntPtr cPtr, bool cMemoryOwn)
override void Dispose(bool disposing)
static global::System.Exception Retrieve()
static void OdAveRaytrOpt_m_dRayTreeCutoffThreshold_set(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static double OdAveRaytrOpt_m_dRayTreeCutoffThreshold_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void delete_OdAveRaytrOpt(global::System.Runtime.InteropServices.HandleRef jarg1)
static Int16 OdAveRaytrOpt_m_nRayTreeMaxDepth_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdAveRaytrOpt_m_nRayTreeMaxDepth_set(global::System.Runtime.InteropServices.HandleRef jarg1, Int16 jarg2)