Gets or sets line type by name for drain segment style.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public string SegmentLinetypeName { get; set; } |
Visual Basic |
---|
Public Property SegmentLinetypeName As String
Get
Set |
Visual C++ |
---|
public:
property String^ SegmentLinetypeName {
String^ get ();
void set (String^ value);
} |
Remarks
Exceptions
Exception | Condition |
---|
System..::..ArgumentException |
Thrown when the line type name is invalid or does not existed.
|
See Also