GM_UtilitySetMiscOptionEx Method |
Sets an advanced/miscellaneous option to use during operation. Returns the previous value.
Namespace:
GlobalMapper
Assembly:
GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax public static Object SetMiscOptionEx(
GM_MiscOpt_t32 aOpt,
Object aNewValue,
Object aReserved
)
Public Shared Function SetMiscOptionEx (
aOpt As GM_MiscOpt_t32,
aNewValue As Object,
aReserved As Object
) As Object
public:
static Object^ SetMiscOptionEx(
GM_MiscOpt_t32 aOpt,
Object^ aNewValue,
Object^ aReserved
)
Parameters
- aOpt
- Type: GlobalMapper.TypesGM_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:
ObjectPrevious Value
See Also