IInfiniteLine Interface Members Send Feedback
See Also  Properties  Methods 

The following tables list the members exposed by IInfiniteLine.

Public Properties

 NameDescription
 PropertyColorGets or sets the LineColor of this InfiniteLine.  
 PropertyErasedGets or sets whether to erase or restore the InfiniteLine.  
 PropertyHandleGets the value of the handle for the InfiniteLine.  
 PropertyLayerGets or sets the name of the Layer of the InfiniteLine.  
 PropertyLineScaleGets or sets the scale factor for the InfiniteLine's LineStyle.  
 PropertyLineStyleGets or sets the name of the LineStyle for the InfiniteLine.  
 PropertyLineWeightGets or sets the LineWeight for the InfiniteLine.  
 PropertyMathLineGets a mathematical line that is derived from this InfiniteLine or sets the first and second points of this InfiniteLine using the specified mathematical line.  
 PropertyPrintStyleGets or sets the name of the PrintStyle for this InfiniteLine.  
 PropertyTransparencyGets or sets the transparency object for this InfiniteLine.  
 PropertyVisible

Gets or sets whether to show the InfiniteLine in the drawing.

 
Top

Public Methods

 NameDescription
 MethodCreateExtensionDictionaryCreates a dictionary for the InfiniteLine.  
 MethodDeleteCustomDataDeletes the specified custom data from the InfiniteLine.  
 MethodDeleteHyperLinkDeletes the hyperlink attached to the InfiniteLine.  
 MethodEvaluateAtParameterGets the point on the InfiniteLine 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 InfiniteLine.  
 MethodGetBoundingBoxGets the bounding box enclosing the InfiniteLine.  
 MethodGetClosestPointOnGets the point on the InfiniteLine that is closest to the specified point.  
 MethodGetCustomDataGets the specified custom data for the InfiniteLine.  
 MethodGetEndParamsGets the start and end parameters of the InfiniteLine.  
 MethodGetExtensionDictionaryGets the dictionary for the InfiniteLine.  
 MethodGetFirstPointGets the central position of the InfiniteLine.  
 MethodGetHyperLinkGets the hyperlink attached to the InfiniteLine.  
 MethodGetSecondPointGets the through point that defines the InfiniteLine direction.  
 MethodReleaseExtensionDictionaryReleases and erases the dictionary for the InfiniteLine, if the dictionary exists and is empty.  
 MethodSelectAdds or removes the selected InfiniteLine to or from the current selection set.  
 MethodSetCustomDataSets the custom data for the InfiniteLine.  
 MethodSetFirstPointSets the central position of the InfiniteLine.  
 MethodSetHyperLinkAttaches a hyperlink to the InfiniteLine.  
 MethodSetSecondPointSets the through point that defines the InfiniteLine direction.  
Top

See Also