ArcObjects Library Reference (GeoDatabase)  

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