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


IXmlPropertySet2.IsNew Property (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.IsNew Property
ArcGIS Developer Help

IXmlPropertySet2.IsNew Property

Indicates if a new XmlPropertySet was created on retrieving the metadata.

[Visual Basic .NET]
Public ReadOnly Property IsNew As Boolean
[C#]
public bool IsNew {get;}
[C++]
HRESULT get_IsNew(
  Boolean* IsNew
);
[C++]
Parameters
IsNew [out, retval]

IsNew is a parameter of type bool*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

Documentation for this property can be found at the IXmlPropertySet::IsNew description.

See Also

IXmlPropertySet2 Interface