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


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

IXmlPropertySet2.InitExisting Method

Initializes an XmlPropertySet and adds the Esri group of elements.

[Visual Basic .NET]
Public Sub InitExisting ( _
)
[C#]
public void InitExisting (
);
[C++]
HRESULT InitExisting(
void
);

Product Availability

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

Remarks

Documentation for this property can be found at the IXmlPropertySet::InitExisting description.

See Also

IXmlPropertySet2 Interface