For Babelfish Release 1.12.3.10

RangeConfigurationGetFiringPoint Method

Helper function to return the FiringPoint object for the passed in firingPointNumber.

Definition

Namespace: Scopos.BabelFish.DataModel.Athena.Range
Assembly: BabelFish (in BabelFish.dll) Version: 1.12.3.10+306d87ab71d1aa659d07c082495f8eddb091ca7b
C#
public FiringPoint GetFiringPoint(
	string firingPointNumber
)

Parameters

firingPointNumber  String

Return Value

FiringPoint

Exceptions

IndexOutOfRangeExceptionIf the passed in firingPointNumber is not known.

See Also