SphericalTabularMonostaticCrossSectionScatteringCoefficientItem Property  | 
 
            Gets the cross section value, in meters squared, at the given clock and cone angle indices.
            
 
    Namespace: 
   AGI.Foundation.Communications
    Assembly:
   AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic double this[
	int clockAngleIndex,
	int coneAngleIndex
] { get; }Public ReadOnly Default Property Item ( 
	clockAngleIndex As Integer,
	coneAngleIndex As Integer
) As Double
	Get
public:
property double default[int clockAngleIndex, int coneAngleIndex] {
	double get (int clockAngleIndex, int coneAngleIndex);
}member Item : float with get
Parameters
- clockAngleIndex
 - Type: SystemInt32
The desired clock angle index. - coneAngleIndex
 - Type: SystemInt32
the desired cone angle index. 
Return Value
Type: 
DoubleThe cross section value in meters squared.
See Also