CodeSetStyleItemCodeStyleName Property |
Gets or Sets the code style name.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic string CodeStyleName { get; set; }
Public Property CodeStyleName As String
Get
Set
public:
property String^ CodeStyleName {
String^ get ();
void set (String^ value);
}
Property Value
String
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when the label style name is invalid.
|
See Also