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


ISchematicFolder.FolderContainerID Property (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 > ISchematicFolder.FolderContainerID Property
ArcGIS Developer Help

ISchematicFolder.FolderContainerID Property

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.

[Visual Basic .NET]
Public ReadOnly Property FolderContainerID As Integer
[C#]
public int FolderContainerID {get;}
[C++]
HRESULT get_FolderContainerID(
  System.Int32* ID
);
[C++]
Parameters
ID [out, retval]

ID is a parameter of type long*

Product Availability

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

See Also

ISchematicFolder Interface