Method AddCircle
- Namespace
- vdWebLibrary
- Assembly
- JsPropertiesExtractor.dll
AddCircle(object, double, bool, object)
Adds a new vdCircle object in the document.
public object AddCircle(object center, double radius, bool drawit, object entities)
Parameters
centerobjectThe circles center.
radiusdoubleThe circles radius in drawing units.
drawitboolDefines if the vdCircle object will be drawn.
entitiesobjectThe entities collection where the circle will be added. This can be the entities of layout or a block.
Returns
- object
The vdCircle object created.
Remarks
You can create new points by using the newpoint(double, double, double) method. Attention, the source .vds file is not modified.