AGI STK Graphics 11 Send comments on this topic.
FlipAxis Property (IAgStkGraphicsFlipFilter)
See Also 
Windows






Windows & Linux

Description

Gets or sets the Flip Axis along which the source raster will be flipped.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property FlipAxis() As AgEStkGraphicsFlipAxis

[C#]
public AgEStkGraphicsFlipAxis FlipAxis {get; set;}

[Managed C++]
public: __property AgEStkGraphicsFlipAxis get_FlipAxis();
public: __property void set_FlipAxis(
AgEStkGraphicsFlipAxis
);

[Unmanaged C++]
public: HRESULT get_FlipAxis(
AgEStkGraphicsFlipAxis * pRetVal
);
public: HRESULT put_FlipAxis(
AgEStkGraphicsFlipAxis NewFlipAxis
);

[Java]
public AgEStkGraphicsFlipAxis getFlipAxis();public void setFlipAxis(
AgEStkGraphicsFlipAxis
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface