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


ISchematicLayoutMgr.CurrentLayout Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (SchematicControls)  

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