Gets the AppliedAssembly by station.

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

Syntax

C#
public AppliedAssembly this[
	double station
] { get; }
Visual Basic
Public ReadOnly Property AppliedAssembly ( _
	station As Double _
) As AppliedAssembly
	Get
Visual C++
public:
property AppliedAssembly^ AppliedAssembly[double station] {
	AppliedAssembly^ get (double station);
}

Parameters

station
Type: System..::..Double

See Also