AGI STK Objects 11 Send 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 ** ppRetVal
);

[Java]
public IAgSnProjection getProjection();

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface