This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicFolder Interface > ISchematicFolder.CreateSchematicFolder Method (ArcObjects .NET 10.4 SDK) |
Creates a new schematic subfolder in the schematic folder.
[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