PartSizeMaterialStyleId Property |
Gets or sets the object id of the material style to apply side by side with the part size.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic ObjectId MaterialStyleId { get; set; }
Public Property MaterialStyleId As ObjectId
Get
Set
public:
property ObjectId MaterialStyleId {
ObjectId get ();
void set (ObjectId value);
}
Property Value
ObjectId
See Also