Gets or sets line type by ObjectId for watershed style.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public ObjectId LinetypeId { get; set; }
VB
Public Property LinetypeId As ObjectId Get Set
C++
public: property ObjectId LinetypeId { ObjectId get (); void set (ObjectId value); }
Property Value
ObjectIdExceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when the line type ObjectId is invalid or does not existed. |