Click or drag to resize

GraphDocument Fields

The GraphDocument type exposes the following members.

Fields
 NameDescription
Protected field_accumulatedEventData Holds the accumulated change data.
(Inherited from SuspendableDocumentNodeWithSingleAccumulatedDataT)
Protected field_creationTime The date/time of creation of this graph.
(Inherited from GraphDocumentBase)
Protected field_graphIdentifier An identifier that can be shown on the graph and that is searchable.
(Inherited from GraphDocumentBase)
Protected field_graphProperties The graph properties, key is a string, value is a property (arbitrary object) you want to store here.
(Inherited from GraphDocumentBase)
Protected field_hasFixupChangedAnythingThis flag is set if during fixup anything has changed.
(Inherited from GraphDocumentBase)
Protected field_isFixupInternalDataStructuresActive Indicates whether internal data structures are currently being fixed up.
(Inherited from GraphDocumentBase)
Protected field_lastChangeTime The date/time when this graph was changed.
(Inherited from GraphDocumentBase)
Protected field_name The name of the graph.
(Inherited from GraphDocumentBase)
Protected field_notes Notes concerning this graph.
(Inherited from GraphDocumentBase)
Protected field_paintThreadEvents which are fired from this thread are not distributed.
(Inherited from GraphDocumentBase)
Protected field_parent The parent object this instance belongs to.
(Inherited from SuspendableDocumentNodeBase)
Protected field_suspendTokensOfChildsStores the suspend tokens of the suspended childs of this object.
(Inherited from SuspendableDocumentNode)
Protected fieldStatic memberDefaultRootLayerSizeX The default root-layer size in x-direction, in points.
Protected fieldStatic memberDefaultRootLayerSizeY The default root-layer size in y-direction, in points.
Protected fieldStatic memberDefaultRootLayerSizeZ The default root-layer size in z-direction, in points.
Public fieldStatic memberPropertyKeyDefaultFont Gets the property key for the default font of three-dimensional graph documents.
Public fieldStatic memberPropertyKeyDefaultForeColor Gets the property key for the default foreground color of three-dimensional graph documents.
Public fieldStatic memberPropertyKeyDefaultRootLayerSize Gets the property key for the default root-layer size of three-dimensional graph documents.
Public fieldStatic memberPropertyKeyDefaultSceneBackColor Gets the property key for the default scene background color of three-dimensional graph documents.
Public fieldStatic memberPropertyKeyRootLayerMarkersVisibility Gets the property key for the visibility of root-layer markers.
Top
See Also