Click or drag to resize

ParameterizedSpatiallyPartitionedCoverageDefinitionGridPointPlaceholder Property

Gets or sets the IServiceProvider representing a generic grid point on the grid. This service should be used when linking the grid to assets, for example. This template must provide an ILocationPointService, and should be set before using it to configure assets.

Namespace:  AGI.Foundation.Coverage
Assembly:  AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public IServiceProvider GridPointPlaceholder { get; set; }

Property Value

Type: IServiceProvider
See Also