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