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


IXmlPropertySet2.InitGeneric 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.InitGeneric Method
ArcGIS Developer Help

IXmlPropertySet2.InitGeneric Method

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.

 

See Also

IXmlPropertySet2 Interface