Gets or sets the index of the Point the Subassembly hooked to.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public int PointIndexHookTo { get; set; } |
Visual Basic |
---|
Public Property PointIndexHookTo As Integer
Get
Set |
Visual C++ |
---|
public:
property int PointIndexHookTo {
int get ();
void set (int value);
} |
Remarks
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.
|
See Also