STK Graphics PrimitivesSend comments on this topic.
Projection Property (IAgStkGraphicsProjectedRasterOverlay)
See Also
Windows





Windows & Linux

Description

Gets or sets the Projection that projects the raster.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Projection() As IAgStkGraphicsProjection
[C#]
public IAgStkGraphicsProjection Projection {get; set;}
[Managed C++]
public: __property IAgStkGraphicsProjection ^ get_Projection();
public: __property void set_Projection( IAgStkGraphicsProjection );
[Unmanaged C++]
public: HRESULT get_Projection(
    IAgStkGraphicsProjection ** ppRetVal
);
public: HRESULT put_Projection(
    IAgStkGraphicsProjection Projection
);
[Java]
public IAgStkGraphicsProjection getProjection();
public void setProjection(
    IAgStkGraphicsProjection
);
[Python - STK API ]
@property
def Projection(self) -> "IAgStkGraphicsProjection":

@Projection.setter
def Projection(self, Projection:"IAgStkGraphicsProjection") -> None:

Remarks

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.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.