<Code Lib>
2020 Method
Changes 4
M

MEPSystem.GetSectionByNumber

Description:
Get the Section from section number

public MEPSection GetSectionByNumber(
	int sectionNumber
)

Return Value nullNothingnullptr The section. null Nothing nullptr a null reference ( Nothing in Visual Basic) if the no section exists for the input section number.

Loading…