GM_Utility .SetMiscOption 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 byte SetMiscOption(
    GM_MiscOpt_t32 aOpt,
    byte aNewValue
)

Parameters

aOpt
Type:  GlobalMapper . GM_MiscOpt_t32
IN: Option to set
aNewValue
Type:  System . Byte
IN: New value (i.e. 1 to enable or 0 to disable), or value of other setting

Return Value

Type:  Byte
Previous Value
See Also