The PolylineOptions class. This class specifies the options for creating an Alignment using a polyline.
Inheritance Hierarchy
SystemObjectSystemValueType
Autodesk.Civil.DatabaseServicesPolylineOptions
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public struct PolylineOptions : IEquatable<PolylineOptions>
VB
Public Structure PolylineOptions Implements IEquatable(Of PolylineOptions)
C++
public value class PolylineOptions : IEquatable<PolylineOptions>
The PolylineOptions type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AddCurvesBetweenTangents | Specifies whether to add curves between tangents. | |
| EraseExistingEntities | Specifies whether to erase the polyline after the Alignment is created. | |
| PlineId | Specifies the objectId of the polyline. |
Methods
| Name | Description | |
|---|---|---|
| Equals(Object) | Compares a PolylineOptions object with a System::Object, returns true if they are equal. (Overrides ValueTypeEquals(Object)) | |
| Equals(PolylineOptions) | Compares two PolylineOptions objects, returns true if they are equal. | |
| GetHashCode | Gets a hash code for the PolylineOptions object. (Overrides ValueTypeGetHashCode) |
Operators
| Name | Description | |
|---|---|---|
| Equality(PolylineOptions, PolylineOptions) | Compares two PolylineOptions objects, returns true if they are equal. | |
| Inequality(PolylineOptions, PolylineOptions) | Compares two PolylineOptions objects, returns true if they are not equal. |
