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.
Namespace: Spotfire.Dxp.Application.Visuals
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax
C#
public MarkerShape Embed( CustomShape shape )
Parameters
- shape
- Type: Spotfire.Dxp.Application.Visuals.ShapesCustomShape
The shape to embed.
Return Value
Type: MarkerShapeA marker shape object that can be used when configuring visualizations.
Remarks
Version Information
Supported in: 15.0, 14.8, 14.7, 14.6, 14.5
See Also