Class responsible for embedding custom marker shapes in the document.
Inheritance Hierarchy
Node
Spotfire.Dxp.Framework.DocumentModelDocumentNode
Spotfire.Dxp.Application.VisualsMarkerShapeDefinitions
Namespace: Spotfire.Dxp.Application.Visuals
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 69.0.21424.2902 (69.0.21424.2902)
Syntax
C#
[SerializableAttribute] [PersistenceVersionAttribute(67, 0)] public sealed class MarkerShapeDefinitions : DocumentNode
The MarkerShapeDefinitions type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Context |
Gets the context of this node.
(Inherited from DocumentNode.) | |
| IsAttached |
Gets a value indicating whether this node is attached.
(Inherited from DocumentNode.) | |
| Transactions |
Gets a collection of methods for executing transactions on the document.
(Inherited from DocumentNode.) |
Methods
| Name | Description | |
|---|---|---|
| Embed |
Embeds a custom shape in the document, and returns a MarkerShape object that can be used
to configure visualizations. If the specified shape is already embedded, a corresponding marker shape object is returned.
| |
| ForEachNodeInSubTreeTNode |
Applies the specified action to all nodes of the specified type in the subtree spanned
from this node, including this node.
(Inherited from DocumentNode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ReplaceUsagesInDocument |
Replaces the usage of a custom shape in the document with the specified marker shape.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| TryGetMarkerShape |
Tries to get a marker shape that can be used to configure visualization from a see CustomShape object.
If the specified custom shape has not already been embedded, this method will return false.
| |
| UpdateEmbeddedShapes |
Updates any embedded shapes that uses a collection with the same id to use shapes from the supplied collection.
|
Explicit Interface Implementations
Version Information
Supported in: 14.7, 14.6, 14.5
See Also