MarkerShapeDefinitionsReplaceUsagesInDocument Method

Spotfire 14.7 API Reference
Replaces the usage of a custom shape in the document with the specified marker shape.

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#
public void ReplaceUsagesInDocument(
	CustomShape shape,
	MarkerShape markerShape
)

Parameters

shape
Type: Spotfire.Dxp.Application.Visuals.ShapesCustomShape
The custom shape to replace usages for.
markerShape
Type: Spotfire.Dxp.Application.VisualsMarkerShape
The marker shape to use in its place.
Version Information

Supported in: 14.7, 14.6, 14.5
See Also

Reference