Share

QTOMaterialList.Item(String) Property



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

Syntax

C#

public QTOMaterial this[
	string name
] { get; }

VB

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

C++

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

Parameters

name  String
 

Property Value

QTOMaterial

See Also

Reference

Was this information helpful?