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 3D Analyst Extension.

See Also

ISchematicLayoutMgr Interface