Gets or sets the Projection
that projects the raster.
Read-write property
[Visual Basic .NET] |
---|
Public Property Projection() As IAgStkGraphicsProjection
|
[C#] |
---|
public IAgStkGraphicsProjection Projection {get; set;}
|
[Managed C++] |
---|
public: __property IAgStkGraphicsProjection^ get_Projection();
|
[Unmanaged C++] |
---|
public: HRESULT get_Projection(
|
[Java] |
---|
public IAgStkGraphicsProjection getProjection();public void setProjection(
|
You cannot set the Projection property after
a ProjectedRasterOverlay has been added to the Scene. Doing so will
throw an InvalidOperationException. To change the Raster or
Projection, construct a new ProjectedRasterOverlay.