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


ISchematicInMemoryDiagram.LayoutHasChanged Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicInMemoryDiagram.LayoutHasChanged Property

Indicates if the saved layout of the schematic diagram is no more the initial layout.

[Visual Basic .NET]
Public Property LayoutHasChanged As Boolean
[C#]
public bool LayoutHasChanged {get; set;}
[C++]
HRESULT get_LayoutHasChanged(
  VARIANT_BOOL* LayoutHasChanged
);
[C++]
HRESULT put_LayoutHasChanged(
  VARIANT_BOOL LayoutHasChanged
);
[C++]

Parameters LayoutHasChanged [out, retval] LayoutHasChanged is a parameter of type VARIANT_BOOL LayoutHasChanged [in] LayoutHasChanged 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