GetAllProjectFolders Method

Namespace: Autodesk.Civil.DataShortcuts
Assembly: AeccDataShortcutMgd (in AeccDataShortcutMgd.dll) Version: 13.2.3892.0

Syntax

C#

public static void GetAllProjectFolders(
	ref string currentProject,
	ref List<string> otherProjects
)

Visual Basic

Public Shared Sub GetAllProjectFolders ( _
	ByRef currentProject As String, _
	ByRef otherProjects As List(Of String) _
)

Visual C++

public:
static void GetAllProjectFolders(
	String^% currentProject, 
	List<String^>^% otherProjects
)

Parameters

currentProject
Type: System.String%
otherProjects
Type: System.Collections.Generic.List<String>%

See Also