MaterialGaps Property

Gets the collection of material gap.

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

Syntax

C#

public QTOMaterialGapCollection MaterialGaps { get; }

Visual Basic

Public ReadOnly Property MaterialGaps As QTOMaterialGapCollection
	Get

Visual C++

public:
property QTOMaterialGapCollection^ MaterialGaps {
	QTOMaterialGapCollection^ get ();
}

See Also