SurfaceGraphicsFaceList.Item Property
Parent Object: SurfaceGraphicsFaceListDescription
Returns a SurfaeGraphicsFace object.
Syntax
SurfaceGraphicsFaceList.Item( Index As Variant ) As SurfaceGraphicsFaceProperty Value
This is a read only property whose value is a SurfaceGraphicsFace.Parameters
Name | Type | Description |
Index | Variant | Specifies which SurfaceGraphicsFace object to return. This can be a Long, which specifies the index in the list, or it can be the Face object referenced by a SurfaceGraphicsFace object. The property will fail in the case where an Index is provided that does not identify an existing SurfaceGraphicsFace object. |