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

Syntax

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

Parameters

name
Type: System..::..String

See Also