Provides access to members that control the object type.
The object type is a meta type object you have to use to create an element type or a diagram type by code, and set their primary parameters definition.
| Description | ||
|---|---|---|
![]() |
Attributes | List of the attributes defined for the object type. |
![]() |
CreateAttribute | Creates a new attribute named 'attributeName' whose type is 'attributeType' for the object type. |
![]() |
DataSource | Data source related to the object type. |
![]() |
Delete | Deletes the object type. When setting the 'deleteDescendants' parameter to TRUE, all the object types that inherit from this object type are also deleted. |
![]() |
FieldNames | List of the query field names used to build up each object identifier implemented by the object type. |
![]() |
GetAttribute | Returns the attibute named 'attributeName' defined for the object type. |
![]() |
Name | Name of the object type. |
![]() |
Parameters | List of the query parameters. |
![]() |
Project | Project of the object type. |
![]() |
QueryString | Query, name of the query, or name of the table that returns all objects of the object type. |
| CoClasses and Classes | Description |
|---|---|
| NgDiagramType | Graphic diagram type object. |
| NgElementType | Graphic element type object. |
| NgObjectType | Graphic object type object. |
INgElementType Interface | INgDiagramType Interface