For Babelfish Release 1.12.4.4

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

Parameters

firingPointNumber  String

Return Value

FiringPoint

Exceptions

IndexOutOfRangeExceptionIf the passed in firingPointNumber is not known.

See Also