PartSectionViewPartId Property |
Note: This API is now obsolete.
Gets the object id of the part's counterpart in section views.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: 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; }<ObsoleteAttribute("This API is obsolete. It is associated with the deprecated AddToSectionView mechanism.",
false)>
Public ReadOnly Property SectionViewPartId As ObjectId
Getpublic:
[ObsoleteAttribute(L"This API is obsolete. It is associated with the deprecated AddToSectionView mechanism.",
false)]
property ObjectId SectionViewPartId {
ObjectId 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