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
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.

See Also