ConnectionInputPoint Class

An object that holds information about a connection input point
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DB.StructureConnectionInputPoint

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
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.
Top
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.
Top
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)
Top
See Also