PartSectionViewPartId Property

Note: This API is now obsolete.

Gets the object id of the part's counterpart in section views.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.9.0.960
Syntax
[ObsoleteAttribute("This API is obsolete. It is associated with the deprecated AddToSectionView mechanism.", 
	false)]
public ObjectId SectionViewPartId { get; }

Property Value

ObjectId
Remarks
This API is obsolete. It returns the AeccDbSectionProjectionNetworkPart object created by the deprecated AddToSectionView mechanism. OBJECTID TYPE: Autodesk.Civil.DatabaseServices.SectionViewPart
See Also