Share

PartFamily.RemovePartSize(ObjectId) Method

Remove a part size of given object id from this parts family.



Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public void RemovePartSize(
	ObjectId partSizeId
)

VB

Public Sub RemovePartSize ( 
	partSizeId As ObjectId
)

C++

public:
void RemovePartSize(
	ObjectId partSizeId
)

Parameters

partSizeId  ObjectId
Specifies the object id of the part size to remove

See Also

Reference

Was this information helpful?