This document is archived and information here might be outdated. Recommended version. |
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