GM_Utility .SetMiscOptionEx Method
Sets an advanced/miscellaneous option to use during operation. Returns the previous value.

Namespace:GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)

Syntax
C#
Copy
public static Object SetMiscOptionEx(
    GM_MiscOpt_t32 aOpt,
    Object aNewValue,
    Object aReserved
)

Parameters

aOpt
Type:  GlobalMapper . GM_MiscOpt_t32
IN: Option to set
aNewValue
Type:  System . Object
IN: New value (i.e. 1 to enable or 0 to disable), or value of other setting, including possibly pointer
aReserved
Type:  System . Object
IN: Reserved for future use, must be NULL

Return Value

Type:  Object
Previous Value
See Also