Share

DataShortcuts.GetAllProjectFolders Method



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

Syntax

C#

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

VB

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

C++

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

Parameters

currentProject  String
 
otherProjects  ListString
 

See Also

Reference

Was this information helpful?