ArcObjects Library Reference (Schematic)  

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(
  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

Product Availability

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

See Also

ISchematicInMemoryDiagram Interface