Share

Section.ParentId Property

Note: This API is now obsolete.

Gets the ObjectId of the Section object's parent.



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

Syntax

C#

[ObsoleteAttribute("Use Autodesk.Civil.DatabaseServices.Section.SampleLineId instead.", 
	false)]
public ObjectId ParentId { get; }

VB

<ObsoleteAttribute("Use Autodesk.Civil.DatabaseServices.Section.SampleLineId instead.", 
	false)>
Public ReadOnly Property ParentId As ObjectId
	Get

C++

public:
[ObsoleteAttribute(L"Use Autodesk.Civil.DatabaseServices.Section.SampleLineId instead.", 
	false)]
property ObjectId ParentId {
	ObjectId get ();
}

Property Value

ObjectId

See Also

Reference

Was this information helpful?