ArcObjects Library Reference (DefenseSolutions)  

ICoordinate.OptionFlags Property

The method gets the value of the Coordinate Tool Option Flags.

[Visual Basic .NET]
Public Property OptionFlags As esriCoordinateToolOptionFlags
[C#]
public esriCoordinateToolOptionFlags OptionFlags {get; set;}
[C++]
HRESULT get_OptionFlags(
  esriCoordinateToolOptionFlags* Flags
);
[C++]
HRESULT put_OptionFlags(
  esriCoordinateToolOptionFlags Flags
);
[C++]

Parameters

Flags [out, retval]

  Flags is a parameter of type esriCoordinateToolOptionFlags

Flags [in]

  Flags is a parameter of type esriCoordinateToolOptionFlags

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

Description

Bitflag options see the enum esriCoordinateToolOptionFlags for the flags and their meanings.

See Also

ICoordinate Interface