FeatureLineSetBulge Method |
Sets the bulge at the index of feature line's segment.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void SetBulge(
int index,
double bugle
)
Public Sub SetBulge (
index As Integer,
bugle As Double
)
public:
void SetBulge(
int index,
double bugle
)
Parameters
- index Int32
- The index of feature line's segment.
- bugle Double
- The bugle of feature line's segment to be set.
ExceptionsException | Condition |
---|
ArgumentOutOfRangeException |
Thrown when:
The index is out of range.
|
ArgumentException |
Thrown when:
The index is not the arc segment.
|
See Also