Creates a new schematic folder in the schematic dataset.
[Visual Basic .NET] Public Function CreateSchematicFolder ( _ ByVal Name As String _ ) As ISchematicFolder
[C#] public ISchematicFolder CreateSchematicFolder ( string Name );
[C++]
HRESULT CreateSchematicFolder(
BSTR Name,
ISchematicFolder** SchematicFolder
);
[C++]Parameters
Name [in] Name is a parameter of type BSTR SchematicFolder [out, retval]SchematicFolder is a parameter of type ISchematicFolder
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.