GeneralTransformCollection.RemoveAt(Int32) Method

Definition

Deletes a GeneralTransform object from the GeneralTransformCollection.

public:
 virtual void RemoveAt(int index);
public void RemoveAt (int index);
abstract member RemoveAt : int -> unit
override this.RemoveAt : int -> unit
Public Sub RemoveAt (index As Integer)

Parameters

index
Int32

The zero-based index position to remove the object.

Implements

Applies to

See also