WatershedBaseStyleLinetypeId Property

Gets or sets line type by ObjectId for watershed style.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public ObjectId LinetypeId { get; set; }

Property Value

ObjectId
Exceptions
ExceptionCondition
ArgumentException Thrown when the line type ObjectId is invalid or does not existed.
Remarks
OBJECTID TYPE: Autodesk.AutoCAD.DatabaseServices.LinetypeTableRecord
See Also