Click or drag to resize

GM_UtilitySetMiscOptionEx 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 Object SetMiscOptionEx(
	GM_MiscOpt_t32 aOpt,
	Object aNewValue,
	Object aReserved
)

Parameters

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

Return Value

Type: Object
Previous Value
See Also