Interface
Detailed information for a diagram.
Properties
Property | Type | Notes |
---|---|---|
active inherited | boolean | Indicates whether the diagram is active. |
centralizedDataReferences | FeatureServiceDataReference | SurveyDataReference | GeoprocessingServiceDataReference | WebMapDataReference | ProProjectDataReference | ProMapItemDataReference | ProSceneItemDataReference | ProTaskItemDataReference | ProLayoutItemDataReference | ProSystemToolboxItemDataReference | ProCommandDataReference[] | Centralized data references associated with the diagram. |
dataSources | DataSource[] | Data sources associated with the diagram. |
description inherited | string | Description for the diagram. |
diagramId inherited | string | Diagram Id. |
diagramName inherited | string | Diagram name. |
diagramVersion | number | Version number for a diagram. A version of |
displayGrid | boolean | Indicates whether to show a grid when editing a diagram. |
draft inherited | boolean | Indicates whether the diagram has a draft. |
initialStepId | string | Initial starting step for the diagram. |
initialStepName | string | Step name for the initial starting step. |
steps | Step[] | Steps associated with the diagram. |
useCentralizedDataReferences | boolean | Indicates whether or not a diagram uses centralized data references or decentralized data sources. |
centralizedDataReferences
centralizedDataReferences: FeatureServiceDataReference | SurveyDataReference | GeoprocessingServiceDataReference | WebMapDataReference | ProProjectDataReference | ProMapItemDataReference | ProSceneItemDataReference | ProTaskItemDataReference | ProLayoutItemDataReference | ProSystemToolboxItemDataReference | ProCommandDataReference[]
Centralized data references associated with the diagram.
dataSources
Interface PropertydataSources: DataSource[]
Data sources associated with the diagram.
diagramVersion
Interface PropertydiagramVersion: number
Version number for a diagram. A version of -1
indicates a draft
version.
displayGrid
Interface PropertydisplayGrid: boolean
Indicates whether to show a grid when editing a diagram.
steps
Interface Propertysteps: Step[]
Steps associated with the diagram.