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


ISchematicInMemoryDiagram.HasChanged Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicInMemoryDiagram Interface > ISchematicInMemoryDiagram.HasChanged Property
ArcGIS Developer Help

ISchematicInMemoryDiagram.HasChanged Property

Indicates if the schematic in memory diagram has changed in the current session.

[Visual Basic .NET]
Public Property HasChanged As Boolean
[C#]
public bool HasChanged {get; set;}
[C++]
HRESULT get_HasChanged(
  Boolean* HasChanged
);
[C++]
HRESULT put_HasChanged(
  VARIANT_BOOL HasChanged
);
[C++]
Parameters
HasChanged [out, retval]

HasChanged is a parameter of type bool* HasChanged [in]
HasChanged is a parameter of type bool

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

See Also

ISchematicInMemoryDiagram Interface