Read-only |
About Views |
|
Description |
Gets the plot count. |
|
VB Syntax |
pltsView.GetNumberOfPlots(numOfPlots) |
|
Variable |
(Type) - Description |
|
pltsView |
(object) - A PLTSView object |
|
numOfPlots |
(short) Number of plots. |
|
Return Type |
Not Applicable |
|
Default |
None |
|
Examples |
Dim view As PLTS.IPLTSView = viewobj Dim plotsCnt As Short = 0 pltsView.GetNumberOfPlots(plotsCnt) |
|
C++ Syntax |
HRESULT GetNumberOfPlots(SHORT* numOfPlots); |
|
Interface |
IPLTSView |