Constructs a new ExternalResourceSubFolder with custom values for folder name and icon path.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since:
2019.1
Syntax
C# |
---|
public ExternalResourceSubFolder(
string folderName,
string iconPath
) |
Visual Basic |
---|
Public Sub New ( _
folderName As String, _
iconPath As String _
) |
Visual C++ |
---|
public:
ExternalResourceSubFolder(
String^ folderName,
String^ iconPath
) |
Parameters
- folderName
- Type: System..::..String
Folder displayed name.
- iconPath
- Type: System..::..String
The path of the resource icon.
Exceptions
See Also