Share

QTOMaterialList.MaterialListGaps Property

Gets the collection of material list gap.



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

Syntax

C#

public QTOMaterialListGapCollection MaterialListGaps { get; }

VB

Public ReadOnly Property MaterialListGaps As QTOMaterialListGapCollection
	Get

C++

public:
property QTOMaterialListGapCollection^ MaterialListGaps {
	QTOMaterialListGapCollection^ get ();
}

Property Value

QTOMaterialListGapCollection

See Also

Reference

Was this information helpful?