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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
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.