Add

IDrawingGuidesCollection.Add method

Adds the drawing guide at the end of the collection.

public IDrawingGuide Add(Orientation orientation, float position)
ParameterTypeDescription
orientationOrientationOrientation of the drawing guide.
positionSinglePosition of the the drawing guide in points.

See Also