PartSwapPartFamilyAndSize Method

Swaps the part family and size.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public void SwapPartFamilyAndSize(
	ObjectId partFamilyId,
	ObjectId partSizeId
)

Parameters

partFamilyId  ObjectId
 
partSizeId  ObjectId
 
Exceptions
ExceptionCondition
[!:System.ArgumentException] Thrown when the specified part family id or part size id is not valid.
See Also