For Babelfish Release 1.11.1.3

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.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public FiringPoint GetFiringPoint(
	string firingPointNumber
)

Parameters

firingPointNumber  String

Return Value

FiringPoint

Exceptions

IndexOutOfRangeExceptionIf the passed in firingPointNumber is not known.

See Also