Share

Profile.OffsetProfileParameters.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.8.0.280

Syntax

C#

public List<ProfileOffsetProfileParametersStation> Stations { get; set; }

VB

Public Property Stations As List(Of ProfileOffsetProfileParametersStation)
	Get
	Set

C++

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

Property Value

ListProfileOffsetProfileParametersStation

Exceptions

ExceptionCondition
ArgumentException Thrown when the profile is not an offset profile

See Also

Reference

Was this information helpful?