Parameterized constructor. The axesAngle and rotation parameters are in degrees.
Public Sub New( columnSpacing As double, rowSpacing As double, levelSpacing As double, columnCount As Integer, rowCount As Integer, levelCount As Integer, rowElevation As double, axesAngle As double )
public AssocArrayRectangularParameters( double columnSpacing, double rowSpacing, double levelSpacing, int columnCount, int rowCount, int levelCount, double rowElevation, double axesAngle );
Comments? |