Share

PartDataRecord.GetMaxIndex Method

Gets the maximum index of one context type.



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

Syntax

C#

public int GetMaxIndex(
	PartContextType context
)

VB

Public Function GetMaxIndex ( 
	context As PartContextType
) As Integer

C++

public:
int GetMaxIndex(
	PartContextType context
)

Parameters

context  PartContextType
The part context type to check.

Return Value

Int32

See Also

Reference

Was this information helpful?