SurfaceSlopeStyleLegendStyleId Property |
Gets or sets the style for the surface slope legend.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntaxpublic ObjectId LegendStyleId { get; set; }Public Property LegendStyleId As ObjectId
Get
Set
public:
property ObjectId LegendStyleId {
ObjectId get ();
void set (ObjectId value);
}Property Value
ObjectId
Exceptions| Exception | Condition |
|---|
| ArgumentException |
Thrown when setting an invalid legend style id.
|
See Also