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


IXMLFlags.SetFlag Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

IXMLFlags.SetFlag Method

Writes a flag value.

[Visual Basic .NET]
Public Sub SetFlag ( _
    ByVal Name As String, _
    ByVal FlagValue As Boolean _
)
[C#]
public void SetFlag (
    string Name,
    bool FlagValue
);
[C++]
HRESULT SetFlag(
  BSTR Name,
  VARIANT_BOOL FlagValue
);
[C++]

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

Product Availability

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

See Also

IXMLFlags Interface