SubassemblyPointIndexHookTo Property |
Gets or sets the index of the Point the Subassembly hooked to.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.9.0.960
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
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