This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicDiagramClass Interface > ISchematicDiagramClass.SchematicLayerTemplate Property (ArcObjects .NET 10.5 SDK) |
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
This is the set of layer properties that define the representation of feature layers that compose the schematic diagrams based on the diagram class.