This document is archived and information here might be outdated. Recommended version. |
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
);
[C++] Parameters Name [in]
Name is a parameter of type BSTR