PartProfileViewPartId Property |
Gets the object id of the part's counterpart in profile views.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic ObjectId ProfileViewPartId { get; }
Public ReadOnly Property ProfileViewPartId As ObjectId
Get
public:
property ObjectId ProfileViewPartId {
ObjectId get ();
}
Property Value
ObjectId
Remarks
OBJECTID TYPE: Autodesk.Civil.DatabaseServices.ProfileViewPart
If the part is not ever drawn in any profile view, the returned object id is null.
See Also