Share

SampleLineGroup.MaterialLists Property

Gets all material lists in the SampleLineGroup.



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

Syntax

C#

public QTOMaterialListCollection MaterialLists { get; }

VB

Public ReadOnly Property MaterialLists As QTOMaterialListCollection
	Get

C++

public:
property QTOMaterialListCollection^ MaterialLists {
	QTOMaterialListCollection^ get ();
}

Property Value

QTOMaterialListCollection

See Also

Reference

Was this information helpful?