Gets or sets the object id of the material style to apply side by side with the part size.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public ObjectId MaterialStyleId { get; set; }
VB
Public Property MaterialStyleId As ObjectId Get Set
C++
public: property ObjectId MaterialStyleId { ObjectId get (); void set (ObjectId value); }