TDProject.GetTDProjectNames Method

Get the names of list of 12d model projects
Public Shared Function GetTDProjectNames( _ 
ByVal proj_ids As HashSet(Of EntityID), _ 
ByVal db As IDatabase
) As Dictionary(Of EntityID, String)
This language is not supported or no code example is available.
public static Dictionary<EntityID, string> GetTDProjectNames( 
HashSet<EntityID> proj_ids
IDatabase db 
)
This language is not supported or no code example is available.
public:  
static Dictionary<EntityID^, String^>^ GetTDProjectNames( 
HashSet<EntityID^>^ proj_ids
IDatabase^ db 
)
This language is not supported or no code example is available.
JScript does not support generic types and methods.
This language is not supported or no code example is available.

Parameters

proj_ids
HashSet<EntityID>

<default>

db
IDatabase

<default>

Return Value

Dictionary<EntityID, string>

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1

In this article

Definition