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


ISchematicDiagramClassLayer.CloneAsTemplate Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicDiagramClassLayer.CloneAsTemplate Property

Clone the schematic diagram class layer as a schematic layer template.

[Visual Basic .NET]
Public ReadOnly Property CloneAsTemplate As ISchematicLayer
[C#]
public ISchematicLayer CloneAsTemplate {get;}
[C++]
HRESULT get_CloneAsTemplate(
  ISchematicLayer** SchematicLayer
);
[C++]

Parameters SchematicLayer [out, retval]
SchematicLayer is a parameter of type ISchematicLayer

Product Availability

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

See Also

ISchematicDiagramClassLayer Interface