SubassemblyPointIndexHookTo 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.292
Syntax
public int PointIndexHookTo { get; set; }

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