Click or drag to resize

GM_UtilitySetMiscOption Method

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

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public static byte SetMiscOption(
	GM_MiscOpt_t32 aOpt,
	byte aNewValue
)

Parameters

aOpt
Type: GlobalMapperGM_MiscOpt_t32
IN: Option to set
aNewValue
Type: SystemByte
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