Provides access to members that control the graphic project builder.
The project builder interface's members let you define your schematic application components (diagram types, element types, behaviors...).
| Description | ||
|---|---|---|
![]() |
Behaviors | List of the behaviors defined for the project. |
![]() |
CreateBehavior | Creates the behavior to respond to the event 'evtName' on the metatype 'metaType' for the object type named 'objectType'. |
![]() |
CreateDiagramType | Creates a new diagram type named 'diagTypeName'. This new diagram type can inherit from an existing 'parent' diagram type. |
![]() |
CreateElementType | Creates a new element type named 'eltTypeName' whose type is 'Type'. |
![]() |
CreateFlagModel | Creates a new flag mode named 'flagModelName' for the project. |
![]() |
CreatePatternModel | Creates a new pattern model named 'patternModelName' for the project. The 'type' parameter specifies the pattern type (see esriNgPatternType). |
![]() |
DeleteAttributeSets | Deletes all the attribute sets associated with the project. |
![]() |
DeleteDataSources | Deletes all the data sources associated with the project. |
![]() |
DeleteProcedureSets | Deletes all the procedure sets associated with the project. |
![]() |
GetBehaviors | Returns the list of the behaviors defined for the metatype 'metaType'. To obtain the list of the behaviors defined for a given object type only, specify the name of that object type using the 'objTypeName' parameter. |
![]() |
GetColorIndex | Returns the color index corresponding to the specified RGB values in the project. |
![]() |
GetFontIndex | Returns the font index corresponding to font named 'fontName' in the project. |
![]() |
ReloadSymbol | Reloads the symbol named 'symbolName' in the project. |
![]() |
ReplaceDataSource | Changes the specified old datasource by the specified new datasource in the project. |
![]() |
Save | Saves all the parameters that define the project. |
| CoClasses and Classes | Description |
|---|---|
| NgProject | Project object. |