Share

ConnectionInputPoint Class

An object that holds information about a connection input point

Inheritance Hierarchy

System.Object
  Autodesk.Revit.DB.Structure.ConnectionInputPoint


Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public class ConnectionInputPoint : IDisposable

The ConnectionInputPoint type exposes the following members.

Constructors

 NameDescription
Public methodConnectionInputPoint() Construct a default input point.
Public methodConnectionInputPoint(XYZ) Construct an input point from 3d point. A new valid id will be auto-generated.
Public methodConnectionInputPoint(XYZ, Guid) Construct an input point from 3d point and id.

Properties

 NameDescription
Public propertyId Unique id of this input point.
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.
Public propertyPoint 3d position of this input point.

Methods

 NameDescription
Public methodDisposeReleases all resources used by the ConnectionInputPoint
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)

See Also

Reference

Was this information helpful?