Share

Geometry.Xline Method

Description

An xline passing point1 and point2 is displayed.

A return value of false (that is, 0) indicates that the primitive has been successfully stored in the graphics database. A return value of true indicates that the operation has been terminated and the application wants to get control back as soon as possible.

Visual Basic

Public abstract Function Xline(
    point1 As Point3d, 
    point2 As Point3d
) As bool

C#

public abstract bool Xline(
    Point3d point1, 
    Point3d point2
);

Parameters

Parameters Description
Point3d point1 Input point on an xline
Point3d point2 Input second point on an xline

Links

Geometry Class, Autodesk.AutoCAD.GraphicsInterface Namespace

Was this information helpful?