TDProject.GetTDProjectFromPath Method
Public Shared Function GetTDProjectFromPath( _
ByVal path As String, _
ByVal user_id As EntityID, _
ByVal db As IDatabase _
) As TDProjectInfo
This language is not supported or no code example is available.
public static TDProjectInfo GetTDProjectFromPath(
string path,
EntityID user_id,
IDatabase db
)
This language is not supported or no code example is available.
public:
static TDProjectInfo^ GetTDProjectFromPath(
String^ path,
EntityID^ user_id,
IDatabase^ db
)
This language is not supported or no code example is available.
Parameters
- path
- string
- user_id
- EntityID
- db
- IDatabase