Read-only
About Limits

SegmentCount Property


Description

Returns the number of segments used in a limit test. All segments are counted, whether they are on or not.

 VB Syntax

value = limitst.SegmentCount

Variable

(Type) - Description

value

(Long integer) Variable in which to store the returned segment count.

limitst

A LimitTest (object)

Return Type

Long integer

Default

1 Segment is created on new limit test objects.

Examples

count=limitst.SegmentCount

C++ Syntax

HRESULT get_SegmentCount(long *value);

Interface

ILimitTest