2027 Class
Changes 1
C

ConnectionInputPointInfo

Description:
An object that holds description information about a connection input point
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.Structure.ConnectionInputPointInfo
public class ConnectionInputPointInfo : IDisposable
Name Return Type Description Inherited From
C ConnectionInputPointInfo() None Construct a default input point.
C ConnectionInputPointInfo(String, Int32, String) None Construct an input point info.
Name Return Type Description Inherited From
M Dispose() None Releases all resources used by the ConnectionInputPointInfo
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object
Name Return Type Description Inherited From
P InputMemberIndex int A index of the input member to which the restriction applies.
P IsValidObject Boolean Specifies whether the .NET object represents a valid Revit entity.
P PointSelectionText string A string used to select input point by some connections.
P RestrictionType string A type of input point restriction.