CodeSetStyleItemMaterialAreaFillStyleName Property |
Gets or Sets the name of the shape style used to fill the material area.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.9.0.960
Syntaxpublic string MaterialAreaFillStyleName { get; set; }Public Property MaterialAreaFillStyleName As String
Get
Set
public:
property String^ MaterialAreaFillStyleName {
String^ get ();
void set (String^ value);
}Property Value
String
Exceptions
Remarks
We can set the style value to "<none>" as UI did with the value: "".
See Also