2022 Method
Changes 4
M

MEPSystem.GetSectionByNumber

Description:
Get the Section from section number
public MEPSection GetSectionByNumber(
	int sectionNumber
)
  • Int32
    sectionNumber
    The Section number.
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.