RelationShapeCollection

RelationShapeCollection class

RelationShape collection.

Constructors

NameDescription
RelationShapeCollection

Properties

NameTypeDescription
Countint
Item (int)RelationShape

Methods

NameDescription
removeRemove the relationShape from the collection.
clear
removeAt
iteratorReserved for internal use.

RelationShapeCollection()

RelationShapeCollection.Count property

Type: int

RelationShapeCollection.Item (int) property

Type: RelationShape

remove(relationShape)

Remove the relationShape from the collection.

ParameterTypeDescription
relationShapeRelationShape

clear()

removeAt(index)

iterator()

Reserved for internal use.