<Code Lib>
2022 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
C ConnectionInputPointInfo() ConnectionInputPointInfo Construct a default input point.
C ConnectionInputPointInfo(String, Int32, String) ConnectionInputPointInfo Construct an input point info.

Name Return Type Description
M Dispose() None Releases all resources used by the

Name Return Type Description
P InputMemberIndex int A index of the input member to which the restriction applies.
P IsValidObject bool 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.

Loading…