This document is archived and information here might be outdated.  Recommended version.


IXMLFlags.FlagValue Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

IXMLFlags.FlagValue Property

Indicates whether the flag has value by index.

[Visual Basic .NET]
Public Function get_FlagValue ( _
    ByVal index As Integer _
) As Boolean
[C#]
public bool get_FlagValue (
    int index
);
[C++]
HRESULT get_FlagValue(
  long index,
  VARIANT_BOOL* Value
);
[C++]

Parameters index [in] index is a parameter of type long Value [out, retval] Value is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IXMLFlags Interface