Count

Property of IPositions

Description

Returns number of items in collection

Property type

Read-Only Property of type long

Syntax

JavaScript

var nVal = Positions.Count;

Visual Basic Script

nVal = Positions.Count

C++

long nVal;
HRESULT hr = Positions.get_Count(&nVal);

See Also

IPositions