STK ObjectsSend comments on this topic.
Projection Property (IAgSnGraphics)
See Also
Windows





Windows & Linux

Description

Get the 2D Projection properties of the sensor.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.