pltIDatum GetType

Gets the datum’s type.

Syntax

pltIDatum_handle GetType

Application

Tcl Query

Description

This command finds the datum’s type.
“horizontal”
“vertical”
“phase”
“magnitude”

Example

hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj GetPageHandle p1 1;
p1 GetWindowHandle w1 1;	
w1 GetClientHandle plot;
plot GetHorizontalDatumHandle dat 1;
dat GetType;

Errors

Success (the datum’s type) or an error message is returned.

Keywords

Tcl

Datum

Query