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

Syntax

C#
public override ParamProfile this[
	string index
] { get; }
Visual Basic
Public Overrides ReadOnly Default Property Item ( _
	index As String _
) As ParamProfile
	Get
Visual C++
public:
virtual property ParamProfile^ default[String^ index] {
	ParamProfile^ get (String^ index) override;
}

Parameters

index
Type: System..::..String

See Also