ElevationMarker.IsAvailableIndex
Description:
Returns true if a new elevation ViewSection can be placed at %index%, returns false otherwise.
Returns true if a new elevation ViewSection can be placed at %index%, returns false otherwise.
Remarks:
False will be returned if the %index% is already occupied or if %index% is out of range for the ElevationMarker.
False will be returned if the %index% is already occupied or if %index% is out of range for the ElevationMarker.
public bool IsAvailableIndex(
int index
)
-
Int32indexThe index of the ElevationMarker which will be checked.