ArcObjects Library Reference (Schematic)  

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(
  long* 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