Share

QTOMaterial.MaterialGaps Property

Gets the collection of material gap.



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

Syntax

C#

public QTOMaterialGapCollection MaterialGaps { get; }

VB

Public ReadOnly Property MaterialGaps As QTOMaterialGapCollection
	Get

C++

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

Property Value

QTOMaterialGapCollection

See Also

Reference

Was this information helpful?