PartDataRecordGetMaxIndex Method |
Gets the maximum index of one context type.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic int GetMaxIndex(
PartContextType context
)
Public Function GetMaxIndex (
context As PartContextType
) As Integer
public:
int GetMaxIndex(
PartContextType context
)
Parameters
- context PartContextType
- The part context type to check.
Return Value
Int32
See Also