CustEnt Class
Autodesk.Connectivity.WebServices›Autodesk.Connectivity.WebServices
A custom entity.
Syntax
public class CustEnt Public Class CustEnt Properties
| Name | Description |
|---|---|
| Cat | The category for this object. |
| Cloaked | If true, the logged-in user is restricted from seeing this object. |
| CustEntDefId | The definition of this custom entity type. |
| Id | The identifier for this object. |
| LfCyc | The lifecycle information for the Entity. |
| Locked | Tells if the Entity can be modified by the logged-in user. |
| Name | The display name for this object. |
| Num | A unique, persistable identifier. |
Returned By
Where you get a CustEnt — members that return one.
- CustomEntityService.AddCustomEntity
- CustomEntityService.FindCustomEntitiesByNumbers
- CustomEntityService.FindCustomEntitiesBySearchConditions
- CustomEntityService.GetCustomEntitiesByIds
- CustomEntityService.UpdateCustomEntity
- CustomEntityService.UpdateCustomEntityCategories
- CustomEntityService.UpdateCustomEntityLifeCycleDefinitions
- CustomEntityService.UpdateCustomEntityLifeCycleStates
- CustomEntityService.UpdateCustomEntityPropertyDefinitions
- UpdateCustomEntityLifeCycleStateCommandEventArgs.ReturnValue
Inheritance Hierarchy
- System.Object
- Autodesk.Connectivity.WebServices.CustEnt