ProfileStyleName Property

Sets the profile's style name.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public override string StyleName { set; }

Property Value

String
Exceptions
ExceptionCondition
ArgumentException Thrown when setting the property an object name that a ProfileStyle of this name is not exist.
See Also