Schematic folder referenced by the specified ID.
[Visual Basic .NET] Public Function get_SchematicFolderByID ( _ ByVal ID As Integer _ ) As ISchematicFolder
[C#] public ISchematicFolder get_SchematicFolderByID ( int ID );
[C++]
HRESULT get_SchematicFolderByID(
long ID,
ISchematicFolder** SchematicFolder
);
[C++]Parameters
ID [in] ID is a parameter of type long SchematicFolder [out, retval]SchematicFolder is a parameter of type ISchematicFolder
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.