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