Item Property (String)

Namespace: Autodesk.Civil.Runtime
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0

Syntax

C#

public override ParamSurface this[
	string index
] { get; }

Visual Basic

Public Overrides ReadOnly Default Property Item ( _
	index As String _
) As ParamSurface
	Get

Visual C++

public:
virtual property ParamSurface^ default[String^ index] {
	ParamSurface^ get (String^ index) override;
}

Parameters

index
Type: System.String

See Also