This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > SchematicControls > ESRI.ArcGIS.SchematicControls > Interfaces > IS > ISchematicLayoutMgr Interface > ISchematicLayoutMgr.CurrentLayout Property (ArcObjects .NET 10.5 SDK) |
Active schematic layout in the Layout Task dropdown list.
[Visual Basic .NET] Public Property CurrentLayout As ISchematicAlgorithm
[C#] public ISchematicAlgorithm CurrentLayout {get; set;}
[C++]
HRESULT get_CurrentLayout(
ISchematicAlgorithm** schematicAlgorithm
);
[C++]
HRESULT putref_CurrentLayout(
ISchematicAlgorithm* schematicAlgorithm
);
[C++]
Parameters schematicAlgorithm [out, retval]
schematicAlgorithm is a parameter of type ISchematicAlgorithm schematicAlgorithm [in]
schematicAlgorithm is a parameter of type ISchematicAlgorithm