MassHaulLineId Property

Gets the ObjectId of the MassHaulLine associated with this view.

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

Syntax

C#

public ObjectId MassHaulLineId { get; }

Visual Basic

Public ReadOnly Property MassHaulLineId As ObjectId
	Get

Visual C++

public:
property ObjectId MassHaulLineId {
	ObjectId get ();
}

See Also