This document is archived and information here might be outdated. Recommended version. |
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.