| Revit 2019.2 API |
| ExternalResourceSubFolder Constructor (String, String) |
| ExternalResourceSubFolder Class See Also |
Constructs a new ExternalResourceSubFolder with custom values for folder name and icon path.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.2.0.66)
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
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was NULL |