EdgeEndPoint Members

The EdgeEndPoint type exposes the following members.

Constructors

  NameDescription
Public methodEdgeEndPoint(EdgeEndPoint)
Creates a copy of the given EdgeEndPoint instance.
Public methodEdgeEndPoint(Edge, Int32)
Constructs an instance of EdgeEndPoint.

Methods

  NameDescription
Public methodDispose
Releases all resources used by the EdgeEndPoint
Public methodEquals(Object) (Inherited from Object.)
Public methodEquals(EdgeEndPoint)
Determines whether this EdgeEndPoint is equal to another.
Public methodEvaluate
Evaluate the end point of the edge in 3d coordinates.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)

Properties

  NameDescription
Public propertyEdge
The Edge.
Public propertyIndex
The index of the start or the end point of an Edge: 0 is the start point, 1 is the end point.
Public propertyIsValidObject
Specifies whether the .NET object represents a valid Revit entity.

See Also