Gets or sets line type by ObjectId for watershed style.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public ObjectId LinetypeId { get; set; } |
Visual Basic |
---|
Public Property LinetypeId As ObjectId
Get
Set |
Visual C++ |
---|
public:
property ObjectId LinetypeId {
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