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


IXMLFlags.GetFlag Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (System)  

IXMLFlags.GetFlag Method

Indicates whether XML flag is set.

[Visual Basic .NET]
Public Function GetFlag ( _
    ByVal Name As String _
) As Boolean
[C#]
public bool GetFlag (
    string Name
);
[C++]
HRESULT GetFlag(
  BSTR Name
);
[C++]

Parameters Name [in]
Name is a parameter of type BSTR

Product Availability

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

See Also

IXMLFlags Interface