ICircle Interface Methods Send Feedback
See Also 

For a list of all members of this type, see ICircle members.

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