The method returns the value one of the Coordinate Tool Option Flags.
[Visual Basic .NET] Public Function GetOptionFlag ( _ ByVal Flag As esriCoordinateToolOptionFlags _ ) As Boolean
[C#] public bool GetOptionFlag ( esriCoordinateToolOptionFlags Flag );
[C++]
HRESULT GetOptionFlag(
esriCoordinateToolOptionFlags Flag,
VARIANT_BOOL* Value
);
[C++]Parameters
Flag [in]Flag is a parameter of type esriCoordinateToolOptionFlags
Value [out, retval] Value is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine and ArcGIS Desktop.
Description
Returns the value of just one bitflag see enum esriCoordinateToolOptionFlags for the flags and their meanings.