IDrawingGuidesCollection class

IDrawingGuidesCollection class

Represents a collection of the adjustable drawing guides.

The IDrawingGuidesCollection type exposes the following members:

Properties

PropertyDescription
countGets the number of all 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.

See Also