DataShortcutsGetAllProjectFolders Method |
Namespace: Autodesk.Civil.DataShortcutsAssembly: AeccDataShortcutMgd (in AeccDataShortcutMgd.dll) Version: 13.7.0.1190
Syntaxpublic static void GetAllProjectFolders(
ref string currentProject,
ref List<string> otherProjects
)
Public Shared Sub GetAllProjectFolders (
ByRef currentProject As String,
ByRef otherProjects As List(Of String)
)
public:
static void GetAllProjectFolders(
String^% currentProject,
List<String^>^% otherProjects
)
Parameters
- currentProject String
-
- otherProjects ListString
-
See Also