Share

QTOMaterial.Remove(String) Method

Removes a material item specified by name from the material.



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

Syntax

C#

public bool Remove(
	string name
)

VB

Public Function Remove ( 
	name As String
) As Boolean

C++

public:
bool Remove(
	String^ name
)

Parameters

name  String
The name of the material item to be removed.

Return Value

Boolean
If the material item doesn't exist in the material, the method will return false. Otherwise, it will return true.

Remarks

The first material item with the specified name is removed when sub criteria exist.

See Also

Reference

Was this information helpful?