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