SurfaceElevationStyleLegendStyleName Property |
Gets or sets the string value that specifies the surface elevation legend style.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntaxpublic string LegendStyleName { get; set; }Public Property LegendStyleName As String
Get
Set
public:
property String^ LegendStyleName {
String^ get ();
void set (String^ value);
}Property Value
String
Exceptions| Exception | Condition |
|---|
| ArgumentException |
Thrown when the specified table style name is not existed.
|
See Also