The PolylineOptions type exposes the following members.

Methods

  NameDescription
Public methodEquals(Object)
Compares a PolylineOptions object with a System::Object, returns true if they are equal.
(Overrides ValueType..::..Equals(Object).)
Public methodEquals(PolylineOptions)
Compares two PolylineOptions objects, returns true if they are equal.
Public methodGetHashCode
Gets a hash code for the PolylineOptions object.
(Overrides ValueType..::..GetHashCode()()()().)

Operators

  NameDescription
Public operatorStatic memberEquality
Compares two PolylineOptions objects, returns true if they are equal.
Public operatorStatic memberInequality
Compares two PolylineOptions objects, returns true if they are not equal.

Properties

  NameDescription
Public propertyAddCurvesBetweenTangents
Specifies whether to add curves between tangents.
Public propertyEraseExistingEntities
Specifies whether to erase the polyline after the Alignment is created.
Public propertyPlineId
Specifies the objectId of the polyline.

See Also