ProjectedRaster.Projection Property |
Gets or sets the
Projection that projects
the
raster.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic Projection Projection { get; set; }
Public Property Projection As Projection
Get
Set
public:
property Projection^ Projection {
Projection^ get ();
void set (Projection^ value);
}
member Projection : Projection with get, set
Property Value
Type:
Projection
See Also