ArcObjects Library Reference (SchematicControls)  

ISchematicTarget.SchematicTarget Property

Current schematic layer target; that is, schematic layer related to the current active schematic diagram.

[Visual Basic .NET]
Public Property SchematicTarget As ISchematicLayer
[C#]
public ISchematicLayer SchematicTarget {get; set;}
[C++]
HRESULT get_SchematicTarget(
  ISchematicLayer** ppSchematicLayer
);
[C++]
HRESULT putref_SchematicTarget(
  ISchematicLayer* ppSchematicLayer
);
[C++]

Parameters

ppSchematicLayer [out, retval]

  ppSchematicLayer is a parameter of type ISchematicLayer

ppSchematicLayer [in]

  ppSchematicLayer is a parameter of type ISchematicLayer

Product Availability

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

See Also

ISchematicTarget Interface