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