2024 Method
Changes 0
M

CompoundStructure.IsValidRegionId

Description:
Determines whether the specified integer is actually the id of a region in this CompoundStructure.
public bool IsValidRegionId(
	int regionId
)
  • Int32
    regionId
    The id of a region in this vertically compound structure.
Return Value bool True if the region is valid, false otherwise.