Read-only |
About Views |
Description |
Get the measurements in a plot. |
VB Syntax |
pltsView.GetPlotMeasurements(plotIndex, details) |
Variable |
(Type) - Description |
pltsView |
(object) - A PLTSView object |
plotIndex |
(short) Index of the plot (zero based). |
details |
(string) Detailed description in xml format. |
Return Type |
String |
Default |
None |
Examples |
Dim measDetails As String = "" pltsView.GetPlotMeasurements(1, measDetails) |
C++ Syntax |
HRESULT GetPlotMeasurements(SHORT plotIndex, BSTR* details); |
Interface |
IPLTSView |