The following tables list the members exposed by the TDProject type.

Name Description
Public method Static CancelCheckOut(EntityID, IASyncWait) Cancel the check out of a 12d model project
Public method Static CheckInTDProject(CheckInTDProjectParameters, IASyncWait) Check in a 12d model project
Public method Static CheckOutTDProject(EntityID, ChangedFilesActionHandler, out bool, IASyncWait) Check out a 12d model project
Public method Static CheckOutTDProject(EntityID, out bool, IASyncWait) Check out a 12d model project, and ignore any locally changed files
Public method Static CreateTDProject(CreateTDProjectParameters, IASyncWait) Create a 12d model project
Public method Equals(Object) Determines whether the specified object is equal to the current object. (inherited from Object).
Public method Static ExportTDProject(IWin32Window, EntityID, string, bool) Export a 12d model project to a local location
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object).
Public method Static GetElements(EntityID, TDElementType, bool) Get a list of elements in a 12d model project
Public method GetHashCode Serves as the default hash function. (inherited from Object).
Public method Static GetLocalTDProjectPath(EntityID) Get the path to a local 12d model project
Public method Static GetTDProjectInfo(EntityID) Get information about a 12d model project
Public method GetType Gets the Type of the current instance. (inherited from Object).
Public method Static LocalRollback(EntityID, int, IASyncWait) Do a local rollback
Protected method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object).
Public method Static OfflineTDProject(IWin32Window, EntityID, string, bool) Offline a 12d model project to a local location
Public method Static OnlineFolder(IWin32Window, EntityID) Online a offlined 12d model project
Public method ToString Returns a string that represents the current object. (inherited from Object).
Public method Static UpdateAttributes(UpdateTDProjectAttributeParameters, IASyncWait) Update 12d model project attributes
Public method Static UpdateGroupLevelPermission(UpdateEntityPermissionParameters, IASyncWait) Set group permission for a 12d model project
Public method Static UpdateRoleLevelPermission(UpdateEntityPermissionParameters, IASyncWait) Set role permissions for a 12d model project
Public method Static UpdateSharing(UpdateTDProjectShareElementParameters, IASyncWait) Update 12d model project attributes
Public method Static UpdateUserLevelPermission(UpdateEntityPermissionParameters, IASyncWait) Set user permissions for a 12d model project
Top