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 > ISchematicTarget Interface > ISchematicTarget.SchematicTarget Property (ArcObjects .NET 10.5 SDK) |
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