Read-only
About Views

GetNumberOfPlots Method

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)

See an example program.

C++ Syntax

HRESULT GetNumberOfPlots(SHORT* numOfPlots);

Interface

IPLTSView