SectionViewParentEntityId Property |
Note: This API is now obsolete.
Gets the ObjectId of the parent Entity.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax[ObsoleteAttribute("Use SectionView.SampleLineId instead", false)]
public ObjectId ParentEntityId { get; }
<ObsoleteAttribute("Use SectionView.SampleLineId instead", false)>
Public ReadOnly Property ParentEntityId As ObjectId
Get
public:
[ObsoleteAttribute(L"Use SectionView.SampleLineId instead", false)]
property ObjectId ParentEntityId {
ObjectId get ();
}
Property Value
ObjectId
See Also