The following tables list the members exposed by ILine.
Name | Description | |
---|---|---|
![]() | Color | Gets or sets the LineColor of this Line. |
![]() | Erased | Gets or sets whether to erase or restore the Line. |
![]() | Handle | Gets the value of the handle for the Line. |
![]() | Layer | Gets or sets the name of the Layer of the Line. |
![]() | LineScale | Gets or sets the scale factor for the Line's LineStyle. |
![]() | LineStyle | Gets or sets the name of the LineStyle for the Line. |
![]() | LineWeight | Gets or sets the LineWeight for the Line. |
![]() | MathLine | Gets a mathematical line that is derived from this Line or sets the first and second points of this Line using the specified mathematical line. |
![]() | PrintStyle | Gets or sets the name of the PrintStyle for this Line. |
![]() | Thickness | Gets or sets the thickness of this Line. |
![]() | Transparency | Gets or sets the transparency object for this Line. |
![]() | Visible | Gets or sets whether to show the Line in the drawing. |
Name | Description | |
---|---|---|
![]() | CreateExtensionDictionary | Creates a dictionary for the Line. |
![]() | DeleteCustomData | Deletes the specified custom data from the Line. |
![]() | DeleteHyperLink | Deletes the hyperlink attached to the Line. |
![]() | EvaluateAtDistance | Gets 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. |
![]() | EvaluateAtParameter | Gets 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. |
![]() | EvaluateAtPoint | Gets the corresponding U parameter, the distance from the start point, and the two derivatives at the specified point on the Line. |
![]() | GetBoundingBox | Gets the bounding box enclosing the Line. |
![]() | GetClosestPointOn | Gets the point on the Line that is closest to the specified point. |
![]() | GetCustomData | Gets the specified custom data for the Line. |
![]() | GetEndParams | Gets the start and end parameters of the Line. |
![]() | GetExtensionDictionary | Gets the dictionary for the Line. |
![]() | GetFirstPoint | Gets the point that starts the Line. |
![]() | GetHyperLink | Gets the hyperlink attached to the Line. |
![]() | GetLength | Gets the length of the Line. |
![]() | GetNormal | Gets the vector normal to this Line. |
![]() | GetSecondPoint | Gets the point that ends the Line. |
![]() | ReleaseExtensionDictionary | Releases and erases the dictionary for the Line, if the dictionary exists and is empty. |
![]() | Select | Adds or removes the selected Line to or from the current selection set. |
![]() | SetCustomData | Sets the custom data for the Line. |
![]() | SetFirstPoint | Sets the point that starts the Line. |
![]() | SetHyperLink | Attaches a hyperlink to the Line. |
![]() | SetNormal | Sets the vector normal to this Line. |
![]() | SetSecondPoint | Sets the point that ends the Line. |