This document is archived and information here might be outdated. Recommended version. |
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 [in]
ppSchematicLayer is a parameter of type ISchematicLayer* ppSchematicLayer [out, retval]
ppSchematicLayer is a parameter of type ISchematicLayer**