CompoundStructure.IsValidRegionId
Description:
Determines whether the specified integer is actually the id of a region in this CompoundStructure.
Determines whether the specified integer is actually the id of a region in this CompoundStructure.
public bool IsValidRegionId(
int regionId
)
-
Int32regionIdThe id of a region in this vertically compound structure.
Return Value
bool
True if the region is valid, false otherwise.
-
This operation is valid only for vertically compound structures.