Share

SectionView.ParentEntityId Property

Note: This API is now obsolete.

Gets the ObjectId of the parent Entity.



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

Syntax

C#

[ObsoleteAttribute("Use SectionView.SampleLineId instead", false)]
public ObjectId ParentEntityId { get; }

VB

<ObsoleteAttribute("Use SectionView.SampleLineId instead", false)>
Public ReadOnly Property ParentEntityId As ObjectId
	Get

C++

public:
[ObsoleteAttribute(L"Use SectionView.SampleLineId instead", false)]
property ObjectId ParentEntityId {
	ObjectId get ();
}

Property Value

ObjectId

See Also

Reference

Was this information helpful?