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.
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 bool TryGetMarkerShape( CustomShape shape, out MarkerShape markerShape )
Parameters
- shape
- Type: Spotfire.Dxp.Application.Visuals.ShapesCustomShape
The custom shape to get a MarkerShape for. - markerShape
- Type: Spotfire.Dxp.Application.VisualsMarkerShape
The resulting marker shape if the shape has already been embedded, otherwise null.
Return Value
Type: BooleanTrue if the given marker shape has already been embedded in the document.
Version Information
Supported in: 14.7, 14.6, 14.5
See Also