PolylineOptions Structure

The PolylineOptions class. This class specifies the options for creating an Alignment using a polyline.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Autodesk.Civil.DatabaseServicesPolylineOptions

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public struct PolylineOptions : IEquatable<PolylineOptions>

The PolylineOptions type exposes the following members.

Properties
 NameDescription
Public propertyAddCurvesBetweenTangentsSpecifies whether to add curves between tangents.
Public propertyEraseExistingEntitiesSpecifies whether to erase the polyline after the Alignment is created.
Public propertyPlineIdSpecifies the objectId of the polyline.
Top
Methods
 NameDescription
Public methodEquals(Object)Compares a PolylineOptions object with a System::Object, returns true if they are equal.
(Overrides ValueTypeEquals(Object))
Public methodEquals(PolylineOptions)Compares two PolylineOptions objects, returns true if they are equal.
Public methodGetHashCodeGets a hash code for the PolylineOptions object.
(Overrides ValueTypeGetHashCode)
Top
Operators
 NameDescription
Public operatorStatic memberEquality(PolylineOptions, PolylineOptions)Compares two PolylineOptions objects, returns true if they are equal.
Public operatorStatic memberInequality(PolylineOptions, PolylineOptions)Compares two PolylineOptions objects, returns true if they are not equal.
Top
See Also