SurfaceDirectionStyleLegendStyleName Property |
Gets or sets the string value that specifies the surface direction legend style.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
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