ProfileOffsetProfileParametersStations Property

Gets or sets the offset profile's stations list, containing stations, slopes and descriptions.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public List<ProfileOffsetProfileParametersStation> Stations { get; set; }

Property Value

ListProfileOffsetProfileParametersStation
Exceptions
ExceptionCondition
ArgumentException Thrown when the profile is not an offset profile
See Also