Click or drag to resize

GM_UtilityGetMiscOption Method

Gets the current value of an advanced/miscellaneous option. For most types return is GM_MiscOptVal_t8

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public static Object GetMiscOption(
	GM_MiscOpt_t32 aOpt,
	Type aType,
	Object aReserved
)

Parameters

aOpt
Type: GlobalMapperGM_MiscOpt_t32
IN: Option to get
aType
Type: SystemType
IN: Type to retrieve
aReserved
Type: SystemObject
IN: Reserved for future use, must be NULL

Return Value

Type: Object
Advanced/Miscellaneous Options
See Also