ArcObjects Library Reference  (Schematic)    

INgObjectType Interface

Provides access to members that control the object type.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

Description

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.

Members

Description
Read-only property Attributes List of the attributes defined for the object type.
Method CreateAttribute Creates a new attribute named 'attributeName' whose type is 'attributeType' for the object type.
Read/write property DataSource Data source related to the object type.
Method 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.
Read/write property FieldNames List of the query field names used to build up each object identifier implemented by the object type.
Method GetAttribute Returns the attibute named 'attributeName' defined for the object type.
Read/write property Name Name of the object type.
Read/write property Parameters List of the query parameters.
Read-only property Project Project of the object type.
Read/write property QueryString Query, name of the query, or name of the table that returns all objects of the object type.

CoClasses that implement INgObjectType

CoClasses and Classes Description
NgDiagramType Graphic diagram type object.
NgElementType Graphic element type object.
NgObjectType Graphic object type object.

See Also

INgElementType Interface | INgDiagramType Interface

Example

INgObjectType methods and properties - Example

 


Feedback Send feedback on this page