GM_Utility .GetMiscOption 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: 18.0.0.0 (18.0.0.0)

Syntax
C#
Copy
public static Object GetMiscOption(
    GM_MiscOpt_t32 aOpt,
    Type aType,
    Object aReserved
)

Parameters

aOpt
Type:  GlobalMapper . GM_MiscOpt_t32
IN: Option to get
aType
Type:  System . Type
IN: Type to retrieve
aReserved
Type:  System . Object
IN: Reserved for future use, must be NULL

Return Value

Type:  Object
Advanced/Miscellaneous Options
See Also