Gets or sets the style name of the corridor's code set.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 10.3.488.0
Syntax
C# |
---|
public string CodeSetStyleName { get; set; } |
Visual Basic |
---|
Public Property CodeSetStyleName As String Get Set |
Visual C++ |
---|
public: property String^ CodeSetStyleName { String^ get (); void set (String^ value); } |
Remarks
The specified style name must be an existing Code Set Style in the drawing, which points to an instance of CodeSetStyle.
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentException | An ArgumentException is raised if the specified name does not match an existing Code Set Style in the drawing. |
See Also
[!:Autodesk::Civil::DatabaseServices::Styles::CodeSetStyle]