Gets ObjectId of the
PartSize that is used to create this part.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.9.0.960
Syntaxpublic ObjectId GetPartSizeId()
Public Function GetPartSizeId As ObjectId
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