Gets or sets the index of the Point the Subassembly hooked to.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public int PointIndexHookTo { get; set; }
Visual Basic
Public Property PointIndexHookTo As Integer
	Get
	Set
Visual C++
public:
property int PointIndexHookTo {
	int get ();
	void set (int value);
}

Remarks

It will return System.Int32.MinValue if the subassembly doesn't belong to any assembly or doesn't attach to any other subassembly.

Exceptions

ExceptionCondition
System..::..InvalidOperationException Thrown when the subassembly doesn't belong to any assembly or doesn't attach to any other subassembly.
System..::..ArgumentException Thrown when the point index is out of range.

See Also