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

Syntax

C#
public SurfaceOperation this[
	int index
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( _
	index As Integer _
) As SurfaceOperation
	Get
Visual C++
public:
property SurfaceOperation^ default[int index] {
	SurfaceOperation^ get (int index);
}

Parameters

index
Type: System..::..Int32

Remarks

Gets the reference for the surface operation object from the current collection at the specified index.

See Also