Share

SurfaceGraphicsEdgeList.Item Property

Parent Object: SurfaceGraphicsEdgeList

Description

Returns a SurfaeGraphicsEdge object.

Syntax

SurfaceGraphicsEdgeList.Item( Index As Variant ) As SurfaceGraphicsEdge

Property Value

This is a read only property whose value is a SurfaceGraphicsEdge.

Parameters

Name Type Description
Index Variant Specifies which SurfaceGraphicsEdge object to return. This can be a Long, which specifies the index in the list, or it can be the Edge object referenced by a SurfaceGraphicsEdge object. The property will fail in the case where an Index is provided that does not identify an existing SurfaceGraphicsEdge object.

Version

Introduced in version 2009

Was this information helpful?