CustomStrokes.get_Item Method

CustomStrokes.get_Item Method

Returns the Strokes object at the known index in a CustomStrokes collection.

Overload List

public Strokes get_Item(Int32)
public Strokes get_Item(String)

Remarks

An error occurs if the index doesn't match any existing member of the CustomStrokes collection.

Note: [C#]  Use the CustomStrokes collection's indexer as shown in the following example rather than using the CustomStrokes collection's get_Item method.

Examples

See Also