Gets or sets the ObjectId of the line type for the contour.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: 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);
}

See Also