Gets the material defined for this part.

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

Syntax

C#
public virtual string Material { get; }
Visual Basic
Public Overridable ReadOnly Property Material As String
	Get
Visual C++
public:
virtual property String^ Material {
	String^ get ();
}

Remarks

This optional property is used mainly for labeling purposes. It allows you to identify the type of material used to construct this part.

See Also