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


ISchematicInMemoryDiagram.LayoutHasChanged 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.LayoutHasChanged Property
ArcGIS Developer Help

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(
  Boolean* LayoutHasChanged
);
[C++]
HRESULT put_LayoutHasChanged(
  VARIANT_BOOL LayoutHasChanged
);
[C++]
Parameters
LayoutHasChanged [out, retval]

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

Product Availability

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

See Also

ISchematicInMemoryDiagram Interface