Sets the bulge at the index of feature line's segment.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public void SetBulge(
int index,
double bugle
) |
Visual Basic |
---|
Public Sub SetBulge ( _
index As Integer, _
bugle As Double _
) |
Visual C++ |
---|
public:
void SetBulge(
int index,
double bugle
) |
Parameters
- index
- Type: System..::..Int32
The index of feature line's segment.
- bugle
- Type: System..::..Double
The bugle of feature line's segment to be set.
Exceptions
Exception | Condition |
---|
System..::..ArgumentOutOfRangeException |
Thrown when:
The index is out of range.
|
System..::..ArgumentException |
Thrown when:
The index is not the arc segment.
|
See Also