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

Syntax

C#

public List<Profile.OffsetProfileParametersStation> Stations { get; set; }

Visual Basic

Public Property Stations As List(Of Profile.OffsetProfileParametersStation)
	Get
	Set

Visual C++

public:
property List<Profile.OffsetProfileParametersStation^>^ Stations {
	List<Profile.OffsetProfileParametersStation^>^ get ();
	void set (List<Profile.OffsetProfileParametersStation^>^ value);
}

Exceptions

ExceptionCondition
System.ArgumentException Thrown when the profile is not an offset profile

See Also