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
addAdds the drawing guide at the end of the collection.
remove_atRemoves the drawing guide at the specified index.
clearRemoves all elements from the collection.
copy_toCopies all elements from the collection to the specified array.

See Also