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

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

Syntax

C#
public void RemovePartSize(
	int index
)
Visual Basic
Public Sub RemovePartSize ( _
	index As Integer _
)
Visual C++
public:
void RemovePartSize(
	int index
)

Parameters

index
Type: System..::..Int32
Specifies the index of the part size to remove

See Also