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


ISchematicInMemoryFeature.RestoreSavedLayout Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicInMemoryFeature Interface > ISchematicInMemoryFeature.RestoreSavedLayout Method
ArcGIS Developer Help

ISchematicInMemoryFeature.RestoreSavedLayout Method

Restores the last saved layout of the in memory feature.

[Visual Basic .NET]
Public Sub RestoreSavedLayout ( _
)
[C#]
public void RestoreSavedLayout (
);
[C++]
HRESULT RestoreSavedLayout(
void
);

Product Availability

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

See Also

ISchematicInMemoryFeature Interface