ICircle Interface Members Send Feedback
See Also  Properties  Methods 

The following tables list the members exposed by ICircle.

Public Properties

 NameDescription
 PropertyColorGets or sets the LineColor of this Circle.  
 PropertyErasedGets or sets whether to erase or restore the Circle.  
 PropertyHandleGets the value of the handle for the Circle.  
 PropertyLayerGets or sets the name of the Layer of the Circle.  
 PropertyLineScaleGets or sets the scale factor for the Circle's LineStyle.  
 PropertyLineStyleGets or sets the name of the LineStyle for the Circle.  
 PropertyLineWeightGets or sets the LineWeight for the Circle.  
 PropertyPrintStyleGets or sets the name of the PrintStyle for this Circle.  
 PropertyRadiusGets or sets the radius of the Circle.  
 PropertyThicknessGets or sets the thickness of this Circle.  
 PropertyTransparencyGets or sets the transparency object for this Circle.  
 PropertyVisibleGets or sets whether to show the Circle in the drawing.  
Top

Public Methods

 NameDescription
 MethodCreateExtensionDictionaryCreates a dictionary for the Circle.  
 MethodDeleteCustomDataDeletes the specified custom data from the Circle.  
 MethodDeleteHyperLinkDeletes the hyperlink attached to the Circle.  
 MethodEvaluateAtDistanceGets the point on the Circle closest to the specified distance from the start point. Also gets the corresponding U parameter and two derivatives at that point.  
 MethodEvaluateAtParameterGets the point on the Circle corresponding to the specified U parameter and gets the two derivatives at the point. Also gets the distance of the point from the start point.  
 MethodEvaluateAtPointGets the corresponding U parameter, the distance from the start point, and the two derivatives at the specified point on the Circle.  
 MethodGetAreaCalculates the area of the Circle.  
 MethodGetBoundingBoxGets the bounding box enclosing the Circle.  
 MethodGetCenterGets the center point of the Circle.  
 MethodGetClosestPointOnGets the point on the Circle that is closest to the specified point.  
 MethodGetCustomDataGets the specified custom data for the Circle.  
 MethodGetEndParamsGets the start and end parameters of the Circle.  
 MethodGetExtensionDictionaryGets the dictionary for the Circle.  
 MethodGetHyperLinkGets the hyperlink attached to the Circle.  
 MethodGetLengthGets the length of the Circle.  
 MethodGetNormalGets the vector normal to this Circle.  
 MethodReleaseExtensionDictionaryReleases and erases the dictionary for the Circle, if the dictionary exists and is empty.  
 MethodSelectAdds or removes the selected Circle to or from the current selection set.  
 MethodSetCenterSets the center point of the Circle.  
 MethodSetCustomDataSets the custom data for the Circle.  
 MethodSetHyperLinkAttaches a hyperlink to the Circle.  
 MethodSetNormalSets the vector normal to this Circle.  
Top

See Also