pltIDatum GetType
Gets the datum’s type.
Syntax
pltIDatum_handle GetType
Application
HyperWorks Tcl Query
Description
- “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
HyperWorks
Tcl
Datum
Query