ProfileHatchAreaShapeStyleName Property |
Gets or sets the profile hatch area's shape style name.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic string ShapeStyleName { get; set; }Public Property ShapeStyleName As String
Get
Set
public:
property String^ ShapeStyleName {
String^ get ();
void set (String^ value);
}Property Value
String
Exceptions| Exception | Condition |
|---|
| ArgumentException |
Thrown when the shape style name is invalid.
|
See Also