MarkerShapeDefinitions Methods

Spotfire 14.7 API Reference

The MarkerShapeDefinitions type exposes the following members.

Methods

  NameDescription
Public methodEmbed
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.
Public methodForEachNodeInSubTreeTNode
Applies the specified action to all nodes of the specified type in the subtree spanned from this node, including this node.
(Inherited from DocumentNode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodReplaceUsagesInDocument
Replaces the usage of a custom shape in the document with the specified marker shape.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryGetMarkerShape
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.
Public methodUpdateEmbeddedShapes
Updates any embedded shapes that uses a collection with the same id to use shapes from the supplied collection.
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implementationPrivate methodINodeContextGetAncestorT (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodINodeContextGetServiceT (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodINodeContextIsDescendantOf (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsBeginAggregatedTransaction (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteInvisibleTransaction (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteInvisibleTransaction2
Implements ExecuteInvisibleTransaction(Executor) for the Action Mods API.
(Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteStickyTransaction (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteStickyTransaction2
Implements ExecuteStickyTransaction(Guid, Executor) for the Action Mods API.
(Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteTransaction (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteTransaction2
Implements ExecuteTransaction(Executor) for the Action Mods API.
(Inherited from DocumentNode.)
Top
See Also

Reference