Gets the material defined for this part.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic virtual string Material { get; }
Public Overridable ReadOnly Property Material As String
Get
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