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
Int32Exceptions
Exception | Condition |
---|---|
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. |