This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IX > IXmlPropertySet2 Interface > IXmlPropertySet2.SetPropertyX Method (ArcObjects .NET 10.5 SDK) |
Sets the value of the specified element.
[Visual Basic .NET] Public Sub SetPropertyX ( _ ByVal Name As String, _ ByVal Value As Object, _ ByVal propType As esriXmlPropertyType, _ ByVal action As esriXmlSetPropertyAction, _ ByVal syncing As Boolean _ )
[C#] public void SetPropertyX ( string Name, object Value, esriXmlPropertyType propType, esriXmlSetPropertyAction action, bool syncing );
[C++]
HRESULT SetPropertyX(
BSTR Name,
VARIANT Value,
esriXmlPropertyType propType,
esriXmlSetPropertyAction action,
VARIANT_BOOL syncing
);
[C++]
Parameters Name [in] Name is a parameter of type BSTR Value [in] Value is a parameter of type VARIANT propType [in]
propType is a parameter of type esriXmlPropertyType action [in]
action is a parameter of type esriXmlSetPropertyAction syncing syncing is a parameter of type VARIANT_BOOL
Documentation for this property can be found at the IXmlPropertySet::SetPropertyX description.