2027 Method
Changes 0
M

TableData.GetSectionData

Description:
Returns the pointer to the section data array element at the specified section type.
Overloads (2):
GetSectionData(SectionType)
public TableSectionData GetSectionData(
	SectionType sectionType
)
  • sectionType
    The section type of section data array. If the integral value of the section type is out of the boundary of section data array, null is returned.
Return Value TableSectionData TableSectionData