Gets or sets the index of the Point the Subassembly hooked to.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public int PointIndexHookTo { get; set; }Visual Basic
Public Property PointIndexHookTo As Integer
Get
SetVisual 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
| Exception | Condition |
|---|---|
| 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. |