ArcObjects Library Reference (DefenseSolutions)  

ICoordinate.SetOptionFlag Method

The method sets the value one of the Coordinate Tool Option Flags.

[Visual Basic .NET]
Public Sub SetOptionFlag ( _
    ByVal Flag As esriCoordinateToolOptionFlags, _
    ByVal Value As Boolean _
)
[C#]
public void SetOptionFlag (
    esriCoordinateToolOptionFlags Flag,
    bool Value
);
[C++]
HRESULT SetOptionFlag(
  esriCoordinateToolOptionFlags Flag,
  VARIANT_BOOL Value
);
[C++]

Parameters

Flag [in]

  Flag is a parameter of type esriCoordinateToolOptionFlags

Value [in]   Value is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

Description

Sets just one bitflag see enum esriCoordinateToolOptionFlags for the flags and their meanings.

See Also

ICoordinate Interface