PartGetPartSizeId Method

Gets ObjectId of the PartSize that is used to create this part.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.9.0.960
Syntax
public ObjectId GetPartSizeId()

Return Value

ObjectId
Remarks
The part size is retrieved from the parts list set to the network, and ObjectId.Null is returned if the part size does not exist.
See Also