For Babelfish Release 1.12.3.10

RangeConfigurationTryGetFiringPoint 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 bool TryGetFiringPoint(
	string firingPointNumber,
	out FiringPoint firingPoint
)

Parameters

firingPointNumber  String
firingPoint  FiringPoint

Return Value

Boolean

See Also