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