<Code Lib>
2025 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
)

  • segmentId
    The id of a segment in this CompoundStructure.
Return Value Boolean True if the specified segment is valid, false otherwise.

Loading…