Gets the maximum index of one context type.

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

Syntax

C#
public int GetMaxIndex(
	PartContextType context
)
Visual Basic
Public Function GetMaxIndex ( _
	context As PartContextType _
) As Integer
Visual C++
public:
int GetMaxIndex(
	PartContextType context
)

Parameters

context
Type: Autodesk.Civil.DatabaseServices..::..PartContextType
The part context type to check.

See Also