Share

Subassembly.PointIndexHookTo Property

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



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

Syntax

C#

public int PointIndexHookTo { get; set; }

VB

Public Property PointIndexHookTo As Integer
	Get
	Set

C++

public:
property int PointIndexHookTo {
	int get ();
	void set (int value);
}

Property Value

Int32

Exceptions

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

Remarks

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

See Also

Reference

Was this information helpful?