This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicDataset Interface > ISchematicDataset.HasChanged Property (ArcObjects .NET 10.5 SDK) |
Indicates if the schematic dataset has changed.
[Visual Basic .NET] Public Property HasChanged As Boolean
[C#] public bool HasChanged {get; set;}
[C++]
HRESULT get_HasChanged(
VARIANT_BOOL* HasChanged
);
[C++]
HRESULT put_HasChanged(
VARIANT_BOOL HasChanged
);
[C++]
Parameters HasChanged [out, retval] HasChanged is a parameter of type VARIANT_BOOL HasChanged [in] HasChanged is a parameter of type VARIANT_BOOL