ArcObjects Library Reference (Schematic)  

ISchematicDiagramClass.SchematicLayerTemplate Property

Schematic layer template related to the schematic diagram class.

[Visual Basic .NET]
Public Property SchematicLayerTemplate As ISchematicLayer
[C#]
public ISchematicLayer SchematicLayerTemplate {get; set;}
[C++]
HRESULT get_SchematicLayerTemplate(
  ISchematicLayer** SchematicLayer
);
[C++]
HRESULT put_SchematicLayerTemplate(
  ISchematicLayer* SchematicLayer
);
[C++]

Parameters

SchematicLayer [out, retval]

  SchematicLayer is a parameter of type ISchematicLayer

SchematicLayer [in]

  SchematicLayer is a parameter of type ISchematicLayer

Product Availability

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

Description

This is the set of layer properties that define the representation of feature layers that compose the schematic diagrams based on the diagram class.

See Also

ISchematicDiagramClass Interface