ArcObjects Library Reference (System)  

IXMLSerializeData.GetBoolean Method

Obtains element value as a boolean.

[Visual Basic .NET]
Public Function GetBoolean ( _
    ByVal index As Integer _
) As Boolean
[C#]
public bool GetBoolean (
    int index
);
[C++]
HRESULT GetBoolean(
  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

IXMLSerializeData Interface