pltIPlot CopyRadialDatum

Copies a radial datum.

Syntax

pltIPlot_handle CopyRadialDatum datum, append_future

Application

Tcl Modify

Description

This command copies a radical datum based on the user-input datum index. A radical datum is a line that goes around the plot in the polar plot (it looks like a circle in the plot). It is used for comparisons.

Inputs

datum
The datum index (position in the datum list) that you want to copy.
append_future
true
Indicates the copy is added to a memory.
false
Indicates that the copy is not added to memory. This way, multiple copies can be made and pasted at the same time, rather than copying and pasting each one individually.

Examples

hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj GetPageHandle p1 1;
p1 GetWindowHandle w1 1;
w1 GetClientHandle plot;
plot CopyRadialDatum 1 true;

Errors

Success (0) or an error message is returned.

Keywords

Tcl

Polar Plot

Datum

Modify