QTOMaterialRemoveAt Method

Removes a material item specified by index from the material.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public void RemoveAt(
	int index
)

Parameters

index  Int32
The index of the material item to be removed.
See Also