Provides access to members that control the graphic project.
The project is the core object in your schematic application.
It acts as the central point where access is gained to other schematic components in the system as the data sources, the diagram types, the element type, etc..
| Description | ||
|---|---|---|
![]() |
ActiveView | Current active view in the project. |
![]() |
AddDataSource | Adds the specified data source into the project. |
![]() |
AddUserAttributes | Adds the specified attributes set into the project. |
![]() |
AddUserProcedures | Adds the specified procedures set into the project. |
![]() |
BeginWaitCursor | Enables the wait cursor. |
![]() |
Close | Closes the currently opened schematic session. |
![]() |
DataSources | List of the datasources defined for the project. |
![]() |
DiagramTypes | List of the diagram types associated with the project. |
![]() |
ElementTypes | List of the element types associated with the project. |
![]() |
EndWaitCursor | Disables the wait cursor. |
![]() |
FlagModels | List of the flag models implemented by the project. |
![]() |
GetDataSource | Returns the datasource named 'dataSourceName'. |
![]() |
GetDiagramType | Returns the diagram type named 'dgTypeName' implemented by the project. |
![]() |
GetEffect | Returns the effect 'effect' set for the project (see esriNgProjectEffect). |
![]() |
GetElementType | Returns the element type named 'eltTypeName' implemented by the project. |
![]() |
GetFlagModel | Returns the flag model named 'flagModelName' implemented by the project. |
![]() |
GetHighlightingEffect | Returns the effect 'effect' used for highlighting the elements when they are selected (see esriNgHighlightingEffectType). |
![]() |
GetInteractorMode | Returns the currently active interaction (see esriNgInteractorMode). |
![]() |
GetPatternModel | Returns the pattern model named 'patternModelName' implemented by the project. |
![]() |
GetSymbol | Returns the symbol named 'symbolName'. |
![]() |
HelpFile | Name of the online help file. |
![]() |
Initialize | Initializes the project based on the parameters contained in the file 'fName'. |
![]() |
IsEffectSet | Indicates if the effect 'effect' related to the project is set (see esriNgProjectEffect). |
![]() |
IsHighlightingEffectSet | Indicates if the effect 'effect' used for highlighting the elements when they are selected is set. |
![]() |
IsProjectOpen | Indicates if the schematic session is open. |
![]() |
Open | Opens the schematic session associated with the project. |
![]() |
OpenDiagram | Opens the diagram named 'diagramName' implemented by the specified diagram type. |
![]() |
OpenDiagramForm | Opens the predefined Schematics dialog-box that allows to select a type of diagram and a diagram. |
![]() |
OpenedDiagrams | List of the diagrams currently opened in the project. |
![]() |
PatternModels | List of the pattern models implemented by the project. |
![]() |
ProjectFileName | Full pathname of the '.ini' file used to initialize the project. |
![]() |
RefreshToolbars | Triggers the 'OnRefreshToolbar' predefined callback. |
![]() |
RemoveHighlightingEffect | Removes the effect 'effect' used for highlighting the elements when they are selected (see esriNgHighlightingEffectType). |
![]() |
SelectedElements | List of the elements currently selected in the project. |
![]() |
SelectedFlags | List of the flags currently selected in the project. |
![]() |
SendEvent | Sends the event 'eventName' to the object named 'objectName' that is implemented by the object type named 'objectType' of the 'metatype' metatype. |
![]() |
SetEffect | Modifies the effect 'effect' set for the project (see esriNgProjectEffect). |
![]() |
SetHighlightingEffect | Modifies the effect 'effect' used for highlighting the elements when they are selected (see esriNgHighlightingEffectType). |
![]() |
SetInteractorMode | Enables the interaction mode 'mode' (see esriNgInteractorMode). |
![]() |
SetStatus | Triggers the OnStatusChange' predefined callback. |
![]() |
SetTraceLevel | Enable the program tracing in 'level' mode. |
![]() |
Terminate | Puts an end to the schematic session and removes all the schematic components created in memory. |
![]() |
UnselectAll | Deselects all elements that are currently selected in all the opened views. |
![]() |
UserAttributeSets | List of the user attibute sets defined for the project. |
![]() |
UserProcedureSets | List of the user procedure sets defined for the project. |
| CoClasses and Classes | Description |
|---|---|
| NgProject | Project object. |
INgProjectEvents Interface | INgProjectBuilder Interface | INgProjectAlgorithm Interface | INgProjectAnalyst Interface | INgProjectViews Interface