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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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: 
IServiceProvider
See Also