Gets or sets line type by name for drain segment style.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public string SegmentLinetypeName { get; set; }
VB
Public Property SegmentLinetypeName As String Get Set
C++
public: property String^ SegmentLinetypeName { String^ get (); void set (String^ value); }
Property Value
StringExceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when the line type name is invalid or does not existed. |