| ExtensionsMaxRadarRange_m Method |
Customize MACE to meet your Live-Virtual-Constructive Simulation and Training Requirements. [This is preliminary documentation and is subject to change.]
Extension method that returns the maximum radar range for this entity based on the equipment on this platform.
Namespace:
BSI.MACE
Assembly:
BSILib (in BSILib.dll) Version: 1.2.1.22047 (1.0.0.0)
Syntax public static double MaxRadarRange_m(
this IPhysicalEntity thisEntity
)
<ExtensionAttribute>
Public Shared Function MaxRadarRange_m (
thisEntity As IPhysicalEntity
) As Double
Parameters
- thisEntity
- Type: BSI.MACEIPhysicalEntity
[Missing <param name="thisEntity"/> documentation for "M:BSI.MACE.Extensions.MaxRadarRange_m(BSI.MACE.IPhysicalEntity)"]
Return Value
Type:
Double[Missing <returns> documentation for "M:BSI.MACE.Extensions.MaxRadarRange_m(BSI.MACE.IPhysicalEntity)"]
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
IPhysicalEntity. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also