DrawingGuidesCollection class

DrawingGuidesCollection class

Represents a collection of the adjustable drawing guides.

The DrawingGuidesCollection type exposes the following members:

Properties

PropertyDescription
countReturns the number of elements in the collection.
Read-only int.

Returns the drawing guide by index. Read-only IDrawingGuide.

Indexer

NameDescription
[index]

Methods

MethodDescription
add(self, orientation, position)Adds the drawing guide at the end of the collection.
remove_at(self, index)Removes the drawing guide at the specified index.
clear(self)Removes all elements from the collection.
copy_to(self, array, index)Copies all elements from the collection to the specified array.

See Also