AGI STK Graphics 11 Send comments on this topic.
DisplayMode Property (IAgStkGraphicsStereoscopic)
See Also 





Description

Gets or sets the stereoscopic display mode for all Scenes. To use a particular stereoscopic display mode, ensure that your system supports the feature and that it is enabled.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DisplayMode() As AgEStkGraphicsStereoscopicDisplayMode

[C#]
public AgEStkGraphicsStereoscopicDisplayMode DisplayMode {get; set;}

[Managed C++]
public: __property AgEStkGraphicsStereoscopicDisplayMode get_DisplayMode();
public: __property void set_DisplayMode(
AgEStkGraphicsStereoscopicDisplayMode
);

[Unmanaged C++]
public: HRESULT get_DisplayMode(
AgEStkGraphicsStereoscopicDisplayMode * pRetVal
);
public: HRESULT put_DisplayMode(
AgEStkGraphicsStereoscopicDisplayMode NewDisplayMode
);

[Java]
public AgEStkGraphicsStereoscopicDisplayMode getDisplayMode();public void setDisplayMode(
AgEStkGraphicsStereoscopicDisplayMode
);

Remarks

All stereoscopic properties must be set before any other objects are created or methods are called within AGI.Foundation.Graphics. Once the option is specified, it cannot be changed for the lifetime of the application. This setting is typically best applied in a static constructor that is called early in an application's lifetime.

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1