This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IX > IXMLReplicaDescription Interface > IXMLReplicaDescription.Init2 Method (ArcObjects .NET 10.5 SDK) |
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 VARIANT_BOOL Compressed [in] Compressed is a parameter of type VARIANT_BOOL deType [in]
deType is a parameter of type esriDataExtractionType