Gets the ObjectId of the parent Entity.

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

Syntax

C#
[ObsoleteAttribute("Use SectionView.SampleLineId instead", false)]
public ObjectId ParentEntityId { get; }
Visual Basic
<ObsoleteAttribute("Use SectionView.SampleLineId instead", False)> _
Public ReadOnly Property ParentEntityId As ObjectId
	Get
Visual C++
public:
[ObsoleteAttribute(L"Use SectionView.SampleLineId instead", false)]
property ObjectId ParentEntityId {
	ObjectId get ();
}

See Also