Share

QTOMaterialListGapCollection.Remove Method

Removes a material list gap from the collection.



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

Syntax

C#

public bool Remove(
	QTOMaterialListGap materialListGap
)

VB

Public Function Remove ( 
	materialListGap As QTOMaterialListGap
) As Boolean

C++

public:
bool Remove(
	QTOMaterialListGap^ materialListGap
)

Parameters

materialListGap  QTOMaterialListGap
 

Return Value

Boolean
If the material list gap doesn't exist in current collection, the method will return false. Otherwise, it will return true.

See Also

Reference

Was this information helpful?