This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IX > IXMLSerializeData Interface > IXMLSerializeData.GetFlag Method (ArcObjects .NET 10.5 SDK) |
Obtains the value for a serialization flag.
[Visual Basic .NET] Public Function GetFlag ( _ ByVal Name As String _ ) As Boolean
[C#] public bool GetFlag ( string Name );
[C++]
HRESULT GetFlag(
BSTR Name,
VARIANT_BOOL* FlagValue
);
[C++]
Parameters Name [in] Name is a parameter of type BSTR FlagValue [out, retval] FlagValue is a parameter of type VARIANT_BOOL