Share

Part.Material Property

Gets the material defined for this part.



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

Syntax

C#

public virtual string Material { get; }

VB

Public Overridable ReadOnly Property Material As String
	Get

C++

public:
virtual property String^ Material {
	String^ get ();
}

Property Value

String

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

Reference

Was this information helpful?