Share

WatershedDrainSegmentStyle.SegmentLinetypeId Property

Gets or sets line type by ObjectId for drain segment style.



Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public ObjectId SegmentLinetypeId { get; set; }

VB

Public Property SegmentLinetypeId As ObjectId
	Get
	Set

C++

public:
property ObjectId SegmentLinetypeId {
	ObjectId get ();
	void set (ObjectId value);
}

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

Reference

Was this information helpful?