SubassemblyPointIndexHookTo Property |
Gets or sets the index of the Point the Subassembly hooked to.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic int PointIndexHookTo { get; set; }Public Property PointIndexHookTo As Integer
Get
Set
public:
property int PointIndexHookTo {
int get ();
void set (int value);
}Property Value
Int32
Exceptions| 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.
|
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