ParentEntityId Property

Gets the ObjectId of the parent Entity.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.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