This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicInMemoryDiagram Interface > ISchematicInMemoryDiagram.LayoutHasChanged Property (ArcObjects .NET 10.4 SDK) |
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