Share

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.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

 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.

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)

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.

See Also

Reference

Was this information helpful?