This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IX > IXmlPropertySet2 Interface > IXmlPropertySet2.InitGeneric Method (ArcObjects .NET 10.4 SDK) |
Initializes an XmlPropertySet without adding the Esri group of elements.
[Visual Basic .NET] Public Sub InitGeneric ( _ ByVal rootName As String _ )
[C#] public void InitGeneric ( string rootName );
[C++]
HRESULT InitGeneric(
BSTR rootName
);
[C++]
Parameters rootName [in] rootName is a parameter of type BSTR
The InitGeneric method initializes an XmlPropertySet without adding the ESRI group of elements.
This method is available to the XmlProperty CoClass through the IXmlPropertySet2 Interface.