GM_UtilityGetMiscOption Method |
Gets the current value of an advanced/miscellaneous option. For most types return is GM_MiscOptVal_t8
Namespace:
GlobalMapper
Assembly:
GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax public static Object GetMiscOption(
GM_MiscOpt_t32 aOpt,
Type aType,
Object aReserved
)
Public Shared Function GetMiscOption (
aOpt As GM_MiscOpt_t32,
aType As Type,
aReserved As Object
) As Object
public:
static Object^ GetMiscOption(
GM_MiscOpt_t32 aOpt,
Type^ aType,
Object^ aReserved
)
Parameters
- aOpt
- Type: GlobalMapper.TypesGM_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:
ObjectAdvanced/Miscellaneous Options
See Also