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


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

ISchematicFolder Interface

Provides access to members that controls the schematic folder.

Product Availability

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

Description

A schematic folder resides in a schematic dataset and is used to store a collection of schematic diagrams. It can contain subfolders.

Members

Name Description
Method CreateSchematicFolder Creates a new schematic subfolder in the schematic folder.
Read/write property FolderContainer Parent container of the schematic folder.
Read-only property FolderContainerID ID of the parent container of the schematic folder. That is, ID of the schematic dataset or ID of the parent folder that contains this schematic folder.
Read-only property ID ID of the schematic folder.
Read-only property SchematicDataset Schematic dataset related to the schematic folder.

Classes that implement ISchematicFolder

Classes Description
SchematicFolder A schematic folder object.