SurfaceSlopeArrowStyleLegendStyleId Property |
Gets or sets the style for the slope arrow legend.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
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
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when setting an invalid legend style id.
|
See Also