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


IMetaDataEditor.ModifiesDataDefProps Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

IMetaDataEditor.ModifiesDataDefProps Property

Indicates whether the meta data editor will change Datasetdef properties other than the meta data property.

[Visual Basic .NET]
Public ReadOnly Property ModifiesDataDefProps As Boolean
[C#]
public bool ModifiesDataDefProps {get;}
[C++]
HRESULT get_ModifiesDataDefProps(
  VARIANT_BOOL* pbvarModifiesDataDefProps
);
[C++]

Parameters pbvarModifiesDataDefProps [out, retval] pbvarModifiesDataDefProps is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

IMetaDataEditor Interface