14using System.Runtime.InteropServices;
18 private Object locker =
new Object();
19 private HandleRef swigCPtr;
20 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
22 swigCPtr =
new HandleRef(
this, cPtr);
25 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
27 return (obj ==
null) ?
new HandleRef(
null, IntPtr.Zero) : obj.swigCPtr;
30 protected override void Dispose(
bool disposing) {
32 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
37 swigCPtr =
new global::System.Runtime.InteropServices.HandleRef(
null, global::System.IntPtr.Zero);
39 base.Dispose(disposing);
44 : this(
TD_DbPINVOKE.new_OdDbPlotSettingsValidator(), MemoryManager.GetMemoryManager().GetCurrentTransaction() == null)
46 MemoryTransaction mTr = MemoryManager.GetMemoryManager().GetCurrentTransaction();
52 SwigDirectorConnect();
56 MemoryManager mMan = MemoryManager.GetMemoryManager();
57 MemoryTransaction mTrans = mMan.GetCurrentTransaction();
97 MemoryManager mMan = MemoryManager.GetMemoryManager();
98 MemoryTransaction mTrans = mMan.GetCurrentTransaction();
270 private void SwigDirectorConnect() {
271 if (SwigDerivedClassHasMethod(
"queryX", swigMethodTypes0))
273 if (SwigDerivedClassHasMethod(
"isA", swigMethodTypes1))
275 if (SwigDerivedClassHasMethod(
"setPlotCfgName", swigMethodTypes2))
277 if (SwigDerivedClassHasMethod(
"setPlotCfgName", swigMethodTypes3))
279 if (SwigDerivedClassHasMethod(
"setCanonicalMediaName", swigMethodTypes4))
281 if (SwigDerivedClassHasMethod(
"setPlotOrigin", swigMethodTypes5))
283 if (SwigDerivedClassHasMethod(
"setPlotPaperUnits", swigMethodTypes6))
285 if (SwigDerivedClassHasMethod(
"setPlotRotation", swigMethodTypes7))
287 if (SwigDerivedClassHasMethod(
"setPlotCentered", swigMethodTypes8))
289 if (SwigDerivedClassHasMethod(
"setPlotType", swigMethodTypes9))
291 if (SwigDerivedClassHasMethod(
"setPlotWindowArea", swigMethodTypes10))
293 if (SwigDerivedClassHasMethod(
"setPlotViewName", swigMethodTypes11))
295 if (SwigDerivedClassHasMethod(
"setUseStandardScale", swigMethodTypes12))
297 if (SwigDerivedClassHasMethod(
"setCustomPrintScale", swigMethodTypes13))
299 if (SwigDerivedClassHasMethod(
"setCurrentStyleSheet", swigMethodTypes14))
301 if (SwigDerivedClassHasMethod(
"setStdScaleType", swigMethodTypes15))
303 if (SwigDerivedClassHasMethod(
"setStdScale", swigMethodTypes16))
305 if (SwigDerivedClassHasMethod(
"plotDeviceList", swigMethodTypes17))
307 if (SwigDerivedClassHasMethod(
"canonicalMediaNameList", swigMethodTypes18))
309 if (SwigDerivedClassHasMethod(
"getLocaleMediaName", swigMethodTypes19))
311 if (SwigDerivedClassHasMethod(
"getLocaleMediaName", swigMethodTypes20))
313 if (SwigDerivedClassHasMethod(
"setClosestMediaName", swigMethodTypes21))
315 if (SwigDerivedClassHasMethod(
"recalculatePlotData", swigMethodTypes22))
317 if (SwigDerivedClassHasMethod(
"plotStyleSheetList", swigMethodTypes23))
319 if (SwigDerivedClassHasMethod(
"refreshLists", swigMethodTypes24))
321 if (SwigDerivedClassHasMethod(
"setZoomToPaperOnUpdate", swigMethodTypes25))
323 if (SwigDerivedClassHasMethod(
"setDefaultPlotConfig", swigMethodTypes26))
325 TD_DbPINVOKE.
OdDbPlotSettingsValidator_director_connect(swigCPtr, swigDelegate0, swigDelegate1, swigDelegate2, swigDelegate3, swigDelegate4, swigDelegate5, swigDelegate6, swigDelegate7, swigDelegate8, swigDelegate9, swigDelegate10, swigDelegate11, swigDelegate12, swigDelegate13, swigDelegate14, swigDelegate15, swigDelegate16, swigDelegate17, swigDelegate18, swigDelegate19, swigDelegate20, swigDelegate21, swigDelegate22, swigDelegate23, swigDelegate24, swigDelegate25, swigDelegate26);
328 private bool SwigDerivedClassHasMethod(
string methodName, global::System.Type[] methodTypes) {
329 global::System.Reflection.MethodInfo methodInfo = this.GetType().GetMethod(methodName, global::System.Reflection.BindingFlags.Public | global::System.Reflection.BindingFlags.NonPublic | global::System.Reflection.BindingFlags.Instance,
null, methodTypes,
null);
331 return hasDerivedMethod;
334 private IntPtr SwigDirectorMethodqueryX(IntPtr protocolClass) {
343 private IntPtr SwigDirectorMethodisA() {
350 private int SwigDirectorMethodsetPlotCfgName__SWIG_0(IntPtr pPlotSettings, [MarshalAs(UnmanagedType.LPWStr)]
String plotDeviceName, [MarshalAs(UnmanagedType.LPWStr)]
String mediaName) {
352 (OdDbPlotSettings)
Teigha.
Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbPlotSettings),pPlotSettings,
false)
353, plotDeviceName, mediaName);
356 private int SwigDirectorMethodsetPlotCfgName__SWIG_1(IntPtr pPlotSettings, [MarshalAs(UnmanagedType.LPWStr)]
String plotDeviceName) {
358 (OdDbPlotSettings)
Teigha.
Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbPlotSettings),pPlotSettings,
false)
362 private int SwigDirectorMethodsetCanonicalMediaName(IntPtr pPlotSettings, [MarshalAs(UnmanagedType.LPWStr)]
String mediaName) {
364 (OdDbPlotSettings)
Teigha.
Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbPlotSettings),pPlotSettings,
false)
368 private int SwigDirectorMethodsetPlotOrigin(IntPtr pPlotSettings,
double xCoordinate,
double yCoordinate) {
370 (OdDbPlotSettings)
Teigha.
Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbPlotSettings),pPlotSettings,
false)
371, xCoordinate, yCoordinate);
374 private int SwigDirectorMethodsetPlotPaperUnits(IntPtr pPlotSettings,
int plotPaperUnits) {
376 (OdDbPlotSettings)
Teigha.
Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbPlotSettings),pPlotSettings,
false)
377, (OdDbPlotSettings.PlotPaperUnits)plotPaperUnits);
380 private int SwigDirectorMethodsetPlotRotation(IntPtr pPlotSettings,
int plotRotation) {
382 (OdDbPlotSettings)
Teigha.
Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbPlotSettings),pPlotSettings,
false)
383, (OdDbPlotSettings.PlotRotation)plotRotation);
386 private int SwigDirectorMethodsetPlotCentered(IntPtr pPlotSettings,
bool plotCentered) {
388 (OdDbPlotSettings)
Teigha.
Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbPlotSettings),pPlotSettings,
false)
392 private int SwigDirectorMethodsetPlotType(IntPtr pPlotSettings,
int plotType) {
394 (OdDbPlotSettings)
Teigha.
Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbPlotSettings),pPlotSettings,
false)
395, (OdDbPlotSettings.PlotType)plotType);
398 private int SwigDirectorMethodsetPlotWindowArea(IntPtr pPlotSettings,
double xMin,
double yMin,
double xMax,
double yMax) {
400 (OdDbPlotSettings)
Teigha.
Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbPlotSettings),pPlotSettings,
false)
401, xMin, yMin, xMax, yMax);
404 private int SwigDirectorMethodsetPlotViewName(IntPtr pPlotSettings, [MarshalAs(UnmanagedType.LPWStr)]
String plotViewName) {
406 (OdDbPlotSettings)
Teigha.
Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbPlotSettings),pPlotSettings,
false)
410 private int SwigDirectorMethodsetUseStandardScale(IntPtr pPlotSettings,
bool useStandardScale) {
412 (OdDbPlotSettings)
Teigha.
Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbPlotSettings),pPlotSettings,
false)
416 private int SwigDirectorMethodsetCustomPrintScale(IntPtr pPlotSettings,
double numerator,
double denominator) {
418 (OdDbPlotSettings)
Teigha.
Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbPlotSettings),pPlotSettings,
false)
419, numerator, denominator);
422 private int SwigDirectorMethodsetCurrentStyleSheet(IntPtr pPlotSettings, [MarshalAs(UnmanagedType.LPWStr)]
String currentStyleSheet) {
424 (OdDbPlotSettings)
Teigha.
Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbPlotSettings),pPlotSettings,
false)
428 private int SwigDirectorMethodsetStdScaleType(IntPtr pPlotSettings,
int stdScaleType) {
430 (OdDbPlotSettings)
Teigha.
Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbPlotSettings),pPlotSettings,
false)
431, (OdDbPlotSettings.StdScaleType)stdScaleType);
434 private int SwigDirectorMethodsetStdScale(IntPtr pPlotSettings,
double standardScale) {
436 (OdDbPlotSettings)
Teigha.
Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbPlotSettings),pPlotSettings,
false)
440 private void SwigDirectorMethodplotDeviceList(IntPtr deviceList) {
444 private int SwigDirectorMethodcanonicalMediaNameList(IntPtr pPlotSettings, IntPtr mediaList) {
446 (OdDbPlotSettings)
Teigha.
Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbPlotSettings),pPlotSettings,
false)
450 [
return: MarshalAs(UnmanagedType.LPWStr)]
451 private String SwigDirectorMethodgetLocaleMediaName__SWIG_0(IntPtr pPlotSettings, [MarshalAs(UnmanagedType.LPWStr)]
String canonicalName) {
453 (OdDbPlotSettings)
Teigha.
Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbPlotSettings),pPlotSettings,
false)
457 [
return: MarshalAs(UnmanagedType.LPWStr)]
458 private String SwigDirectorMethodgetLocaleMediaName__SWIG_1(IntPtr pPlotSettings,
int mediaIndex) {
460 (OdDbPlotSettings)
Teigha.
Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbPlotSettings),pPlotSettings,
false)
464 private int SwigDirectorMethodsetClosestMediaName(IntPtr pPlotSettings,
double paperWidth,
double paperHeight,
int plotPaperUnits,
bool matchPrintableArea) {
466 (OdDbPlotSettings)
Teigha.
Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbPlotSettings),pPlotSettings,
false)
467, paperWidth, paperHeight, (OdDbPlotSettings.PlotPaperUnits)plotPaperUnits, matchPrintableArea);
470 private int SwigDirectorMethodrecalculatePlotData(IntPtr pPlotSet) {
472 (OdDbPlotSettings)
Teigha.
Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbPlotSettings),pPlotSet,
false)
476 private int SwigDirectorMethodplotStyleSheetList(IntPtr styleList) {
480 private void SwigDirectorMethodrefreshLists(IntPtr pPlotSettings) {
482 (OdDbPlotSettings)
Teigha.
Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbPlotSettings),pPlotSettings,
false)
486 private int SwigDirectorMethodsetZoomToPaperOnUpdate(IntPtr pPlotSettings,
bool zoomToPaperOnUpdate) {
488 (OdDbPlotSettings)
Teigha.
Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbPlotSettings),pPlotSettings,
false)
489, zoomToPaperOnUpdate);
492 private int SwigDirectorMethodsetDefaultPlotConfig(IntPtr pPlotSettings) {
494 (OdDbPlotSettings)
Teigha.
Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbPlotSettings),pPlotSettings,
false)
517 [
return: MarshalAs(UnmanagedType.LPWStr)]
519 [
return: MarshalAs(UnmanagedType.LPWStr)]
556 private static global::System.Type[] swigMethodTypes0 =
new global::System.Type[] { typeof(
OdRxClass) };
557 private static global::System.Type[] swigMethodTypes1 =
new global::System.Type[] { };
558 private static global::System.Type[] swigMethodTypes2 =
new global::System.Type[] { typeof(OdDbPlotSettings), typeof(
String), typeof(
String) };
559 private static global::System.Type[] swigMethodTypes3 =
new global::System.Type[] { typeof(OdDbPlotSettings), typeof(
String) };
560 private static global::System.Type[] swigMethodTypes4 =
new global::System.Type[] { typeof(OdDbPlotSettings), typeof(
String) };
561 private static global::System.Type[] swigMethodTypes5 =
new global::System.Type[] { typeof(OdDbPlotSettings), typeof(
double), typeof(
double) };
562 private static global::System.Type[] swigMethodTypes6 =
new global::System.Type[] { typeof(OdDbPlotSettings), typeof(OdDbPlotSettings.PlotPaperUnits) };
563 private static global::System.Type[] swigMethodTypes7 =
new global::System.Type[] { typeof(OdDbPlotSettings), typeof(OdDbPlotSettings.PlotRotation) };
564 private static global::System.Type[] swigMethodTypes8 =
new global::System.Type[] { typeof(OdDbPlotSettings), typeof(
bool) };
565 private static global::System.Type[] swigMethodTypes9 =
new global::System.Type[] { typeof(OdDbPlotSettings), typeof(OdDbPlotSettings.PlotType) };
566 private static global::System.Type[] swigMethodTypes10 =
new global::System.Type[] { typeof(OdDbPlotSettings), typeof(
double), typeof(
double), typeof(
double), typeof(
double) };
567 private static global::System.Type[] swigMethodTypes11 =
new global::System.Type[] { typeof(OdDbPlotSettings), typeof(
String) };
568 private static global::System.Type[] swigMethodTypes12 =
new global::System.Type[] { typeof(OdDbPlotSettings), typeof(
bool) };
569 private static global::System.Type[] swigMethodTypes13 =
new global::System.Type[] { typeof(OdDbPlotSettings), typeof(
double), typeof(
double) };
570 private static global::System.Type[] swigMethodTypes14 =
new global::System.Type[] { typeof(OdDbPlotSettings), typeof(
String) };
571 private static global::System.Type[] swigMethodTypes15 =
new global::System.Type[] { typeof(OdDbPlotSettings), typeof(OdDbPlotSettings.StdScaleType) };
572 private static global::System.Type[] swigMethodTypes16 =
new global::System.Type[] { typeof(OdDbPlotSettings), typeof(
double) };
573 private static global::System.Type[] swigMethodTypes17 =
new global::System.Type[] { typeof(
OdStringArray) };
574 private static global::System.Type[] swigMethodTypes18 =
new global::System.Type[] { typeof(OdDbPlotSettings), typeof(
OdStringArray) };
575 private static global::System.Type[] swigMethodTypes19 =
new global::System.Type[] { typeof(OdDbPlotSettings), typeof(
String) };
576 private static global::System.Type[] swigMethodTypes20 =
new global::System.Type[] { typeof(OdDbPlotSettings), typeof(
int) };
577 private static global::System.Type[] swigMethodTypes21 =
new global::System.Type[] { typeof(OdDbPlotSettings), typeof(
double), typeof(
double), typeof(OdDbPlotSettings.PlotPaperUnits), typeof(
bool) };
578 private static global::System.Type[] swigMethodTypes22 =
new global::System.Type[] { typeof(OdDbPlotSettings) };
579 private static global::System.Type[] swigMethodTypes23 =
new global::System.Type[] { typeof(
OdStringArray) };
580 private static global::System.Type[] swigMethodTypes24 =
new global::System.Type[] { typeof(OdDbPlotSettings) };
581 private static global::System.Type[] swigMethodTypes25 =
new global::System.Type[] { typeof(OdDbPlotSettings), typeof(
bool) };
582 private static global::System.Type[] swigMethodTypes26 =
new global::System.Type[] { typeof(OdDbPlotSettings) };
static HandleRef getCPtr(OdRxClass obj)
static HandleRef getCPtr(OdRxObject obj)
static HandleRef getCPtr(OdStringArray obj)
static HandleRef getCPtr(OdDbPlotSettings obj)
delegate int SwigDelegateOdDbPlotSettingsValidator_15(IntPtr pPlotSettings, int stdScaleType)
virtual OdResult setDefaultPlotConfig(OdDbPlotSettings pPlotSettings)
virtual OdResult setPlotCfgName(OdDbPlotSettings pPlotSettings, String plotDeviceName, String mediaName)
delegate String SwigDelegateOdDbPlotSettingsValidator_19(IntPtr pPlotSettings, [MarshalAs(UnmanagedType.LPWStr)]String canonicalName)
delegate int SwigDelegateOdDbPlotSettingsValidator_26(IntPtr pPlotSettings)
OdDbPlotSettingsValidator(IntPtr cPtr, bool cMemoryOwn)
delegate int SwigDelegateOdDbPlotSettingsValidator_23(IntPtr styleList)
delegate int SwigDelegateOdDbPlotSettingsValidator_21(IntPtr pPlotSettings, double paperWidth, double paperHeight, int plotPaperUnits, bool matchPrintableArea)
delegate int SwigDelegateOdDbPlotSettingsValidator_12(IntPtr pPlotSettings, bool useStandardScale)
virtual OdResult setPlotPaperUnits(OdDbPlotSettings pPlotSettings, OdDbPlotSettings.PlotPaperUnits plotPaperUnits)
virtual OdResult setPlotViewName(OdDbPlotSettings pPlotSettings, String plotViewName)
override void Dispose(bool disposing)
delegate String SwigDelegateOdDbPlotSettingsValidator_20(IntPtr pPlotSettings, int mediaIndex)
delegate int SwigDelegateOdDbPlotSettingsValidator_5(IntPtr pPlotSettings, double xCoordinate, double yCoordinate)
virtual OdResult setPlotWindowArea(OdDbPlotSettings pPlotSettings, double xMin, double yMin, double xMax, double yMax)
virtual OdResult plotStyleSheetList(OdStringArray styleList)
virtual String getLocaleMediaName(OdDbPlotSettings pPlotSettings, String canonicalName)
delegate int SwigDelegateOdDbPlotSettingsValidator_16(IntPtr pPlotSettings, double standardScale)
delegate int SwigDelegateOdDbPlotSettingsValidator_2(IntPtr pPlotSettings, [MarshalAs(UnmanagedType.LPWStr)]String plotDeviceName, [MarshalAs(UnmanagedType.LPWStr)]String mediaName)
OdDbPlotSettingsValidator()
delegate int SwigDelegateOdDbPlotSettingsValidator_11(IntPtr pPlotSettings, [MarshalAs(UnmanagedType.LPWStr)]String plotViewName)
delegate int SwigDelegateOdDbPlotSettingsValidator_9(IntPtr pPlotSettings, int plotType)
virtual OdResult setCanonicalMediaName(OdDbPlotSettings pPlotSettings, String mediaName)
virtual OdResult setPlotRotation(OdDbPlotSettings pPlotSettings, OdDbPlotSettings.PlotRotation plotRotation)
delegate int SwigDelegateOdDbPlotSettingsValidator_10(IntPtr pPlotSettings, double xMin, double yMin, double xMax, double yMax)
virtual OdResult setCurrentStyleSheet(OdDbPlotSettings pPlotSettings, String currentStyleSheet)
delegate void SwigDelegateOdDbPlotSettingsValidator_24(IntPtr pPlotSettings)
static string getRealClassName(IntPtr ptr)
virtual OdResult setPlotOrigin(OdDbPlotSettings pPlotSettings, double xCoordinate, double yCoordinate)
virtual String getLocaleMediaName(OdDbPlotSettings pPlotSettings, int mediaIndex)
delegate int SwigDelegateOdDbPlotSettingsValidator_6(IntPtr pPlotSettings, int plotPaperUnits)
virtual OdResult setClosestMediaName(OdDbPlotSettings pPlotSettings, double paperWidth, double paperHeight, OdDbPlotSettings.PlotPaperUnits plotPaperUnits, bool matchPrintableArea)
static HandleRef getCPtr(OdDbPlotSettingsValidator obj)
delegate int SwigDelegateOdDbPlotSettingsValidator_13(IntPtr pPlotSettings, double numerator, double denominator)
static OdDbPlotSettingsValidator cast(OdRxObject pObj)
virtual OdResult canonicalMediaNameList(OdDbPlotSettings pPlotSettings, OdStringArray mediaList)
virtual void refreshLists(OdDbPlotSettings pPlotSettings)
virtual OdResult setStdScale(OdDbPlotSettings pPlotSettings, double standardScale)
virtual OdResult setCustomPrintScale(OdDbPlotSettings pPlotSettings, double numerator, double denominator)
delegate int SwigDelegateOdDbPlotSettingsValidator_14(IntPtr pPlotSettings, [MarshalAs(UnmanagedType.LPWStr)]String currentStyleSheet)
static new OdRxClass desc()
override OdRxObject queryX(OdRxClass protocolClass)
delegate int SwigDelegateOdDbPlotSettingsValidator_7(IntPtr pPlotSettings, int plotRotation)
virtual OdResult setZoomToPaperOnUpdate(OdDbPlotSettings pPlotSettings, bool zoomToPaperOnUpdate)
static OdDbPlotSettingsValidator createObject()
delegate int SwigDelegateOdDbPlotSettingsValidator_25(IntPtr pPlotSettings, bool zoomToPaperOnUpdate)
delegate int SwigDelegateOdDbPlotSettingsValidator_4(IntPtr pPlotSettings, [MarshalAs(UnmanagedType.LPWStr)]String mediaName)
delegate IntPtr SwigDelegateOdDbPlotSettingsValidator_1()
virtual OdResult setPlotCentered(OdDbPlotSettings pPlotSettings, bool plotCentered)
virtual OdResult recalculatePlotData(OdDbPlotSettings pPlotSet)
delegate int SwigDelegateOdDbPlotSettingsValidator_18(IntPtr pPlotSettings, IntPtr mediaList)
delegate int SwigDelegateOdDbPlotSettingsValidator_3(IntPtr pPlotSettings, [MarshalAs(UnmanagedType.LPWStr)]String plotDeviceName)
virtual OdResult setPlotType(OdDbPlotSettings pPlotSettings, OdDbPlotSettings.PlotType plotType)
virtual OdResult setPlotCfgName(OdDbPlotSettings pPlotSettings, String plotDeviceName)
delegate void SwigDelegateOdDbPlotSettingsValidator_17(IntPtr deviceList)
delegate int SwigDelegateOdDbPlotSettingsValidator_22(IntPtr pPlotSet)
virtual OdResult setUseStandardScale(OdDbPlotSettings pPlotSettings, bool useStandardScale)
virtual OdResult setStdScaleType(OdDbPlotSettings pPlotSettings, OdDbPlotSettings.StdScaleType stdScaleType)
delegate int SwigDelegateOdDbPlotSettingsValidator_8(IntPtr pPlotSettings, bool plotCentered)
virtual void plotDeviceList(OdStringArray deviceList)
delegate IntPtr SwigDelegateOdDbPlotSettingsValidator_0(IntPtr protocolClass)
static global::System.Exception Retrieve()
static int OdDbPlotSettingsValidator_setPlotCfgName__SWIG_0(HandleRef jarg1, HandleRef jarg2, [MarshalAs(UnmanagedType.LPWStr)]String jarg3, [MarshalAs(UnmanagedType.LPWStr)]String jarg4)
static IntPtr OdDbPlotSettingsValidator_queryXSwigExplicitOdDbPlotSettingsValidator(HandleRef jarg1, HandleRef jarg2)
static IntPtr OdDbPlotSettingsValidator_cast(HandleRef jarg1)
static void delete_OdDbPlotSettingsValidator(HandleRef jarg1)
static int OdDbPlotSettingsValidator_setPlotOrigin(HandleRef jarg1, HandleRef jarg2, double jarg3, double jarg4)
static IntPtr OdDbPlotSettingsValidator_desc()
static String OdDbPlotSettingsValidator_getLocaleMediaName__SWIG_1(HandleRef jarg1, HandleRef jarg2, int jarg3)
static IntPtr OdDbPlotSettingsValidator_isASwigExplicitOdDbPlotSettingsValidator(HandleRef jarg1)
static int OdDbPlotSettingsValidator_setZoomToPaperOnUpdate(HandleRef jarg1, HandleRef jarg2, bool jarg3)
static int OdDbPlotSettingsValidator_setPlotRotation(HandleRef jarg1, HandleRef jarg2, int jarg3)
static int OdDbPlotSettingsValidator_setPlotViewName(HandleRef jarg1, HandleRef jarg2, [MarshalAs(UnmanagedType.LPWStr)]String jarg3)
static IntPtr OdDbPlotSettingsValidator_queryX(HandleRef jarg1, HandleRef jarg2)
static String OdDbPlotSettingsValidator_getLocaleMediaName__SWIG_0(HandleRef jarg1, HandleRef jarg2, [MarshalAs(UnmanagedType.LPWStr)]String jarg3)
static int OdDbPlotSettingsValidator_setPlotCfgName__SWIG_1(HandleRef jarg1, HandleRef jarg2, [MarshalAs(UnmanagedType.LPWStr)]String jarg3)
static int OdDbPlotSettingsValidator_setClosestMediaName(HandleRef jarg1, HandleRef jarg2, double jarg3, double jarg4, int jarg5, bool jarg6)
static void OdDbPlotSettingsValidator_refreshLists(HandleRef jarg1, HandleRef jarg2)
static int OdDbPlotSettingsValidator_setStdScale(HandleRef jarg1, HandleRef jarg2, double jarg3)
static int OdDbPlotSettingsValidator_recalculatePlotData(HandleRef jarg1, HandleRef jarg2)
static int OdDbPlotSettingsValidator_canonicalMediaNameList(HandleRef jarg1, HandleRef jarg2, IntPtr jarg3)
static void OdDbPlotSettingsValidator_director_connect(global::System.Runtime.InteropServices.HandleRef jarg1, OdDbPlotSettingsValidator.SwigDelegateOdDbPlotSettingsValidator_0 delegate0, OdDbPlotSettingsValidator.SwigDelegateOdDbPlotSettingsValidator_1 delegate1, OdDbPlotSettingsValidator.SwigDelegateOdDbPlotSettingsValidator_2 delegate2, OdDbPlotSettingsValidator.SwigDelegateOdDbPlotSettingsValidator_3 delegate3, OdDbPlotSettingsValidator.SwigDelegateOdDbPlotSettingsValidator_4 delegate4, OdDbPlotSettingsValidator.SwigDelegateOdDbPlotSettingsValidator_5 delegate5, OdDbPlotSettingsValidator.SwigDelegateOdDbPlotSettingsValidator_6 delegate6, OdDbPlotSettingsValidator.SwigDelegateOdDbPlotSettingsValidator_7 delegate7, OdDbPlotSettingsValidator.SwigDelegateOdDbPlotSettingsValidator_8 delegate8, OdDbPlotSettingsValidator.SwigDelegateOdDbPlotSettingsValidator_9 delegate9, OdDbPlotSettingsValidator.SwigDelegateOdDbPlotSettingsValidator_10 delegate10, OdDbPlotSettingsValidator.SwigDelegateOdDbPlotSettingsValidator_11 delegate11, OdDbPlotSettingsValidator.SwigDelegateOdDbPlotSettingsValidator_12 delegate12, OdDbPlotSettingsValidator.SwigDelegateOdDbPlotSettingsValidator_13 delegate13, OdDbPlotSettingsValidator.SwigDelegateOdDbPlotSettingsValidator_14 delegate14, OdDbPlotSettingsValidator.SwigDelegateOdDbPlotSettingsValidator_15 delegate15, OdDbPlotSettingsValidator.SwigDelegateOdDbPlotSettingsValidator_16 delegate16, OdDbPlotSettingsValidator.SwigDelegateOdDbPlotSettingsValidator_17 delegate17, OdDbPlotSettingsValidator.SwigDelegateOdDbPlotSettingsValidator_18 delegate18, OdDbPlotSettingsValidator.SwigDelegateOdDbPlotSettingsValidator_19 delegate19, OdDbPlotSettingsValidator.SwigDelegateOdDbPlotSettingsValidator_20 delegate20, OdDbPlotSettingsValidator.SwigDelegateOdDbPlotSettingsValidator_21 delegate21, OdDbPlotSettingsValidator.SwigDelegateOdDbPlotSettingsValidator_22 delegate22, OdDbPlotSettingsValidator.SwigDelegateOdDbPlotSettingsValidator_23 delegate23, OdDbPlotSettingsValidator.SwigDelegateOdDbPlotSettingsValidator_24 delegate24, OdDbPlotSettingsValidator.SwigDelegateOdDbPlotSettingsValidator_25 delegate25, OdDbPlotSettingsValidator.SwigDelegateOdDbPlotSettingsValidator_26 delegate26)
static int OdDbPlotSettingsValidator_plotStyleSheetList(HandleRef jarg1, IntPtr jarg2)
static int OdDbPlotSettingsValidator_setPlotPaperUnits(HandleRef jarg1, HandleRef jarg2, int jarg3)
static int OdDbPlotSettingsValidator_setStdScaleType(HandleRef jarg1, HandleRef jarg2, int jarg3)
static int OdDbPlotSettingsValidator_setPlotCentered(HandleRef jarg1, HandleRef jarg2, bool jarg3)
static string OdDbPlotSettingsValidator_getRealClassName(IntPtr jarg1)
static int OdDbPlotSettingsValidator_setDefaultPlotConfig(HandleRef jarg1, HandleRef jarg2)
static void OdDbPlotSettingsValidator_plotDeviceList(HandleRef jarg1, IntPtr jarg2)
static IntPtr OdDbPlotSettingsValidator_createObject()
static int OdDbPlotSettingsValidator_setCurrentStyleSheet(HandleRef jarg1, HandleRef jarg2, [MarshalAs(UnmanagedType.LPWStr)]String jarg3)
static int OdDbPlotSettingsValidator_setCanonicalMediaName(HandleRef jarg1, HandleRef jarg2, [MarshalAs(UnmanagedType.LPWStr)]String jarg3)
static int OdDbPlotSettingsValidator_setPlotWindowArea(HandleRef jarg1, HandleRef jarg2, double jarg3, double jarg4, double jarg5, double jarg6)
static int OdDbPlotSettingsValidator_setUseStandardScale(HandleRef jarg1, HandleRef jarg2, bool jarg3)
static int OdDbPlotSettingsValidator_setPlotType(HandleRef jarg1, HandleRef jarg2, int jarg3)
static IntPtr OdDbPlotSettingsValidator_isA(HandleRef jarg1)
static int OdDbPlotSettingsValidator_setCustomPrintScale(HandleRef jarg1, HandleRef jarg2, double jarg3, double jarg4)