2027 Method
Changes 0
M

CompoundStructure.IsValidSegmentId

Description:
Determines whether the specified integer is actually the id of a segment in this CompoundStructure.
public bool IsValidSegmentId(
	int segmentId
)
  • Int32
    segmentId
    The id of a segment in this CompoundStructure.
Return Value Boolean True if the specified segment is valid, false otherwise.