Previous Document Next Document

Object Model Reference : Classes : B : BSplineControlPoints : Properties : BSplineControlPoints.Item


BSplineControlPoints.Item

Property Item(Index As Long) As BSplineControlPoint

Description

Member of BSplineControlPoints

The Item property returns the index number of a BSplineControlPoint object in an BSplineControlPoints collection. Each control point is identified by an index number represented in base 1. For example, BSplineControlPoints(5) refers to the fifth control point in the collection.

Item is the default property of the BSplineControlPoints class, and its reference can be omitted when you are accessing items in an BSplineControlPoints collection. For example, BSplineControlPoints.Item(5) is the same as BSplineControlPoints(5) — they both reference the fifth control point in the collection.

The Item property returns a read-only value.

Parameter
Description
Index
Specifies the preset placeholder that uniquely identifies each member of the BSplineControlPoints collection

Previous Document Next Document Back to Top

Copyright 2013 Corel Corporation. All rights reserved.