ILine Interface Members Send Feedback
See Also  Properties  Methods 

The following tables list the members exposed by ILine.

Public Properties

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

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

 
Top

Public Methods

 NameDescription
 MethodCreateExtensionDictionaryCreates a dictionary for the Line.  
 MethodDeleteCustomDataDeletes the specified custom data from the Line.  
 MethodDeleteHyperLinkDeletes the hyperlink attached to the Line.  
 MethodEvaluateAtDistanceGets the point on the Line 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 Line 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 Line.  
 MethodGetBoundingBoxGets the bounding box enclosing the Line.  
 MethodGetClosestPointOnGets the point on the Line that is closest to the specified point.  
 MethodGetCustomDataGets the specified custom data for the Line.  
 MethodGetEndParamsGets the start and end parameters of the Line.  
 MethodGetExtensionDictionaryGets the dictionary for the Line.  
 MethodGetFirstPointGets the point that starts the Line.  
 MethodGetHyperLinkGets the hyperlink attached to the Line.  
 MethodGetLengthGets the length of the Line.  
 MethodGetNormalGets the vector normal to this Line.  
 MethodGetSecondPointGets the point that ends the Line.  
 MethodReleaseExtensionDictionaryReleases and erases the dictionary for the Line, if the dictionary exists and is empty.  
 MethodSelectAdds or removes the selected Line to or from the current selection set.  
 MethodSetCustomDataSets the custom data for the Line.  
 MethodSetFirstPointSets the point that starts the Line.  
 MethodSetHyperLinkAttaches a hyperlink to the Line.  
 MethodSetNormalSets the vector normal to this Line.  
 MethodSetSecondPointSets the point that ends the Line.  
Top

See Also