ParameterizedTemporallyPartitionedCoverageDefinitionGridPointPlaceholder 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.2.419.0 (24.2.419.0)
Syntax public IServiceProvider GridPointPlaceholder { get; set; }
Public Property GridPointPlaceholder As IServiceProvider
Get
Set
public:
property IServiceProvider^ GridPointPlaceholder {
IServiceProvider^ get ();
void set (IServiceProvider^ value);
}
member GridPointPlaceholder : IServiceProvider with get, set
Property Value
Type:
IServiceProviderSee Also