This document is archived and information here might be outdated.  Recommended version.


ISchematicDiagramClass.SchematicLayerTemplate Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicDiagramClass Interface > ISchematicDiagramClass.SchematicLayerTemplate Property
ArcGIS Developer Help

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 [in]

SchematicLayer is a parameter of type ISchematicLayer* SchematicLayer [out, retval]
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