RelationShapeCollection
RelationShapeCollection class
RelationShape collection.
Constructors
| Name | Description |
|---|---|
| RelationShapeCollection |
Properties
| Name | Type | Description |
|---|---|---|
| Count | int | |
| Item (int) | RelationShape |
Methods
| Name | Description |
|---|---|
| remove | Remove the relationShape from the collection. |
| clear | |
| removeAt | |
| iterator | Reserved for internal use. |
RelationShapeCollection()
RelationShapeCollection.Count property
Type: int
RelationShapeCollection.Item (int) property
Type: RelationShape
remove(relationShape)
Remove the relationShape from the collection.
| Parameter | Type | Description |
|---|---|---|
| relationShape | RelationShape |
clear()
removeAt(index)
iterator()
Reserved for internal use.