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


IXmlPropertySet2.IsNew Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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(
  VARIANT_BOOL* IsNew
);
[C++]

Parameters IsNew [out, retval] IsNew is a parameter of type VARIANT_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