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


IXMLReplicaDescription.Init2 Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IX > IXMLReplicaDescription Interface > IXMLReplicaDescription.Init2 Method
ArcGIS Developer Help

IXMLReplicaDescription.Init2 Method

Provides access to members that define the datasets to check-out or extract to am XML file.

[Visual Basic .NET]
Public Sub Init2 ( _
    ByVal enumNames As IEnumName, _
    ByVal OutputXMLFile As String, _
    ByVal BinaryGeometry As Boolean, _
    ByVal Compressed As Boolean, _
    ByVal deType As esriDataExtractionType _
)
[C#]
public void Init2 (
    IEnumName enumNames,
    string OutputXMLFile,
    bool BinaryGeometry,
    bool Compressed,
    esriDataExtractionType deType
);
[C++]
HRESULT Init2(
  IEnumName* enumNames,
  BSTR OutputXMLFile,
  VARIANT_BOOL BinaryGeometry,
  VARIANT_BOOL Compressed,
  esriDataExtractionType deType
);
[C++]
Parameters
enumNames [in]

enumNames is a parameter of type IEnumName* OutputXMLFile [in]
OutputXMLFile is a parameter of type BSTR BinaryGeometry [in]
BinaryGeometry is a parameter of type bool Compressed [in]
Compressed is a parameter of type bool deType [in]
deType is a parameter of type esriDataExtractionType

Product Availability

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

See Also

IXMLReplicaDescription Interface