Share

Profile.OffsetProfileParametersStation.CompareTo Method



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public virtual int CompareTo(
	ProfileOffsetProfileParametersStation other
)

VB

Public Overridable Function CompareTo ( 
	other As ProfileOffsetProfileParametersStation
) As Integer

C++

public:
virtual int CompareTo(
	ProfileOffsetProfileParametersStation^ other
)

Parameters

other  ProfileOffsetProfileParametersStation
 

Return Value

Int32

Implements

IComparableTCompareTo(T)

See Also

Reference

Was this information helpful?