remove method
remove(item)
Remove the Coordinate object from the collection.
def remove(self, item):
...
| Parameter | Type | Description |
|---|---|---|
| item | Coordinate |
remove(item)
Remove the MoveTo object from the collection.
def remove(self, item):
...
| Parameter | Type | Description |
|---|---|---|
| item | MoveTo |
remove(item)
Remove the LineTo object from the collection.
def remove(self, item):
...
| Parameter | Type | Description |
|---|---|---|
| item | LineTo |
remove(item)
Remove the ArcTo object from the collection.
def remove(self, item):
...
| Parameter | Type | Description |
|---|---|---|
| item | ArcTo |
remove(item)
Remove the InfiniteLine object from the collection.
def remove(self, item):
...
| Parameter | Type | Description |
|---|---|---|
| item | InfiniteLine |
remove(item)
Remove the Ellipse object from the collection.
def remove(self, item):
...
| Parameter | Type | Description |
|---|---|---|
| item | Ellipse |
remove(item)
Remove the EllipticalArcTo object from the collection.
def remove(self, item):
...
| Parameter | Type | Description |
|---|---|---|
| item | EllipticalArcTo |
remove(item)
Remove the SplineStart object from the collection.
def remove(self, item):
...
| Parameter | Type | Description |
|---|---|---|
| item | SplineStart |
remove(item)
Remove the SplineKnot object from the collection.
def remove(self, item):
...
| Parameter | Type | Description |
|---|---|---|
| item | SplineKnot |
remove(item)
Remove the PolylineTo object from the collection.
def remove(self, item):
...
| Parameter | Type | Description |
|---|---|---|
| item | PolylineTo |
remove(item)
Remove the NURBSTo object from the collection.
def remove(self, item):
...
| Parameter | Type | Description |
|---|---|---|
| item | NURBSTo |
remove(item)
Remove the RelCubBezTo object from the collection.
def remove(self, item):
...
| Parameter | Type | Description |
|---|---|---|
| item | RelCubBezTo |
remove(item)
Remove the RelQuadBezTo object from the collection.
def remove(self, item):
...
| Parameter | Type | Description |
|---|---|---|
| item | RelQuadBezTo |
remove(item)
Remove the RelMoveTo object from the collection.
def remove(self, item):
...
| Parameter | Type | Description |
|---|---|---|
| item | RelMoveTo |
remove(item)
Remove the RelLineTo object from the collection.
def remove(self, item):
...
| Parameter | Type | Description |
|---|---|---|
| item | RelLineTo |
remove(item)
Remove the RelEllipticalArcTo object from the collection.
def remove(self, item):
...
| Parameter | Type | Description |
|---|---|---|
| item | RelEllipticalArcTo |
See Also
- module aspose.diagram
- class CoordinateCollection