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


ISchematicLayoutMgr.CurrentLayout Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SchematicControls > ESRI.ArcGIS.SchematicControls > Interfaces > IS > ISchematicLayoutMgr Interface > ISchematicLayoutMgr.CurrentLayout Property
ArcGIS Developer Help

ISchematicLayoutMgr.CurrentLayout Property

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*

Product Availability

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

See Also

ISchematicLayoutMgr Interface