Share

PartFamily.RemovePartSize(Int32) Method

Remove a part size at given index from this parts family.



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

Syntax

C#

public void RemovePartSize(
	int index
)

VB

Public Sub RemovePartSize ( 
	index As Integer
)

C++

public:
void RemovePartSize(
	int index
)

Parameters

index  Int32
Specifies the index of the part size to remove

See Also

Reference

Was this information helpful?