Purge a 12d model project

Namespace: SynergyServerScripting.Entities
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)

Public Shared Sub PurgeTDProject( _ 
ByVal td_proj_id As EntityID, _ 
ByVal db As IDatabase, _ 
ByVal client As IClient
)
This language is not supported or no code example is available.
public static void PurgeTDProject( 
EntityID td_proj_id
IDatabase db
IClient client 
)
This language is not supported or no code example is available.
public:  
static void PurgeTDProject( 
EntityID^ td_proj_id
IDatabase^ db
IClient^ client 
)
This language is not supported or no code example is available.
public static function PurgeTDProject( 
td_proj_id : EntityID
db : IDatabase
client : IClient 
);
This language is not supported or no code example is available.

Parameters

td_proj_id
Type: EntityID

the 12d model project id

db
Type: IDatabase

the database

client
Type: IClient

the client - may be null

.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