WatershedDrainPointSegmentStyleSegmentLinetypeName Property |
Gets or sets line type by name for drain segment style.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntaxpublic string SegmentLinetypeName { get; set; }Public Property SegmentLinetypeName As String
Get
Set
public:
property String^ SegmentLinetypeName {
String^ get ();
void set (String^ value);
}Property Value
String
Exceptions| Exception | Condition |
|---|
| ArgumentException |
Thrown when the line type name is invalid or does not existed.
|
Remarks
OBJECTID TYPE: Autodesk.AutoCAD.DatabaseServices.LinetypeTableRecord
See Also