ConnectionInputPointInfo.InputMemberIndex Property

ConnectionInputPointInfoInputMemberIndex Property

A index of the input member to which the restriction applies.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public int InputMemberIndex { get; set; }
Public Property InputMemberIndex As Integer
	Get
	Set
public:
property int InputMemberIndex {
	int get ();
	void set (int value);
}
member InputMemberIndex : int with get, set

Property Value

Int32
See Also