MaterialListGaps Property

Gets the collection of material list gap.

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

Syntax

C#

public QTOMaterialListGapCollection MaterialListGaps { get; }

Visual Basic

Public ReadOnly Property MaterialListGaps As QTOMaterialListGapCollection
	Get

Visual C++

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

See Also