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


IMetaDataEditor.ModifiesDataDefProps Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IM > IMetaDataEditor Interface > IMetaDataEditor.ModifiesDataDefProps Property
ArcGIS Developer Help

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(
  Boolean* pbvarModifiesDataDefProps
);
[C++]
Parameters
pbvarModifiesDataDefProps [out, retval]

pbvarModifiesDataDefProps is a parameter of type bool*

Product Availability

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

See Also

IMetaDataEditor Interface