Item Property (String)

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

Syntax

C#

public QTOMaterial this[
	string name
] { get; }

Visual Basic

Public ReadOnly Default Property Item ( _
	name As String _
) As QTOMaterial
	Get

Visual C++

public:
property QTOMaterial^ default[String^ name] {
	QTOMaterial^ get (String^ name);
}

Parameters

name
Type: System.String

See Also