 | SectorGridParamsAngularExtents(IEnumerableDouble, GridLineNameType) Constructor |
The constructor for irregular direction extents
Namespace: TSD.API.Remoting.Structure.CreateAssembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 24.0.1.45+53a79b69d75fb81c51fcd389e0bdcf241e5b9f7c
Syntaxpublic AngularExtents(
IEnumerable<double> angles,
GridLineNameType nameType
)
Public Sub New (
angles As IEnumerable(Of Double),
nameType As GridLineNameType
)
public:
AngularExtents(
IEnumerable<double>^ angles,
GridLineNameType nameType
)
new :
angles : IEnumerable<float> *
nameType : GridLineNameType -> AngularExtentsParameters
- angles IEnumerableDouble
- The angles of individual grid bays
- nameType GridLineNameType
- The GridLineNameType
See Also