MaterializedTemporallyPartitionedCoverageDefinitionGridPointPlaceholder Property |
Gets the
IServiceProvider representing a generic grid point on the grid. This service should be used when linking the grid to assets, for example.
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; }
Public ReadOnly Property GridPointPlaceholder As IServiceProvider
Get
public:
property IServiceProvider^ GridPointPlaceholder {
IServiceProvider^ get ();
}
member GridPointPlaceholder : IServiceProvider with get
Property Value
Type:
IServiceProviderSee Also