Determines whether the specified object is equal to the current object.
The object to compare with the current object.
true if the specified object is equal to the current object; otherwise, false.
Serves as the default hash function.
A hash code for the current object.
Returns a string that represents the current object.
A string that represents the current object.
StaticEqualsDetermines whether the specified object instances are considered equal.
The first object to compare.
The second object to compare.
true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.
Gets a collection of methods for executing transactions on the document.
Embeds a custom shape in the document, and returns a Spotfire.Dxp.Application.Visuals.MarkerShape object that can be used to configure visualizations. If the specified shape is already embedded, a corresponding marker shape object is returned.
The shape to embed.
A marker shape object that can be used when configuring visualizations.
Applies the specified action to all nodes of the specified type in the subtree spanned from this node, including this node.
Generic type argument
The action to apply.
Replaces the usage of a custom shape in the document with the specified marker shape.
The custom shape to replace usages for.
The marker shape to use in its place.
Tries to get a marker shape that can be used to configure visualization from a see Spotfire.Dxp.Application.Visuals.Shapes.CustomShape object. If the specified custom shape has not already been embedded, this method will return false.
The custom shape to get a Spotfire.Dxp.Application.Visuals.MarkerShape for.
The resulting marker shape if the shape has already been embedded, otherwise null.
True if the given marker shape has already been embedded in the document.
Updates any embedded shapes that uses a collection with the same id to use shapes from the supplied collection.
The shape collection to update from.
true if an update was made.
Class responsible for embedding custom marker shapes in the document.
Since
2.1