• Home
  • User Guide
  • Automation
  • API
  • Calculation
  • Validation
  • Contact Us
Search Results for

    Show / Hide Table of Contents
    • SolarFarmerApi.Client
      • AnnualEnergyYieldResults
      • DcoElectricalData
      • DcoGeneralData
      • DcoInputSpecification
      • DcoMechanicalData
      • DcoOutputSpecification
      • DiffuseModel
      • EnergyCalculationInputs
      • EnergyCalculationOptions
      • EnergyYieldResults
      • EnergyYieldResultsForMonth
      • EnumTechnology
      • IAMModelType
      • IAMModelTypeForOverride
      • IAMParameters
      • IndexedObject3D
      • Inverter
      • InverterEfficiencyModelType
      • InverterEfficiencyPoints
      • InverterInput
      • InverterSpecification
      • Layout
      • LayoutHintsForUI
      • Location
      • LossTreeEffects
      • LossTreeEntry
      • LossTreeResultForMonth
      • MeteorologicalCondition
      • MeteorologicalConditionsDataset
      • MiniSimpleTerrainDto
      • MissingMetDataMethod
      • ModelChainAsyncQueryResponse
      • ModelChainResponse
      • ModuleGeometry
      • ModuleIndexRange
      • ModuleSpecification
      • ModuleString
      • MountingTypeSpecification
      • MpptLimits
      • PanFileSupplements
      • PointInLossChain
      • PowerOptimizer
      • PowerOptimizerOperationType
      • ProblemDetails
      • PVPlant
      • PVsystDiodeModelParameters
      • QuadDouble
      • Rack
      • Response
      • Response2
      • Response3
      • RuntimeStatus
      • SimpleTerrainDto
      • SolarPositionDto
      • SolarPositionRequest
      • SolarPositions
      • SystemAttributes
      • TerrainRowDto
      • TerrainRowStartEndColumnsDto
      • ThreeEfficiencyCurves
      • Tracker
      • TrackerSystem
      • Transformer
      • TransformerLossModelTypes
      • TransformerSpecification
      • Vector3Double

    Class LayoutHintsForUI

    Includes properties used in SolarFarmer Desktop to create the layout of the site when imported
    using the 'Import from API JSON' functionality. These properties do not have an effect in the calculation.

    Namespace: SolarFarmerApi.Client
    Syntax
    public class LayoutHintsForUI

    Properties

    MaximumInvertersPerRow

    Maximum number of inverters per row when creating the layout regions of the site.
    Optional.

    Declaration
    public int? MaximumInvertersPerRow { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    MaximumRacksOrTrackersPerRow

    Maximum number of racks (for fixed-tilt sites) or trackers (for horizontal single-axis tracking sites)
    per row when creating the layout regions of the site.
    Optional.

    Declaration
    public int? MaximumRacksOrTrackersPerRow { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    In This Article
    Back to top DNV SolarFarmer Home