public SiriusPointList(SiriusAxisValueType xType, SiriusAxisValueType yType, int leafLayerIndex, int soilLayerIndex) { this.XType = xType; this.YType = yType; this.leafLayerIndex = leafLayerIndex; this.soilLayerIndex = soilLayerIndex; generatedPointPairs = null; }
public static AxisType AxisType(this SiriusAxisValueType axeValueType) { return(AllAxisType[(int)axeValueType]); }
public static string AxisTitle(this SiriusAxisValueType axeValueType) { return(AllAxisTitle[(int)axeValueType]); }