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





Description

Gets or sets whether the projection distance will be automatically computed based on the camera's reference point. If this property is set to true, the value of the Projection Distance property will be ignored.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AutomaticallyComputeProjectionDistance() As Boolean

[C#]
public bool AutomaticallyComputeProjectionDistance {get; set;}

[Managed C++]
public: __property bool get_AutomaticallyComputeProjectionDistance();
public: __property void set_AutomaticallyComputeProjectionDistance(
bool
);

[Unmanaged C++]
public: HRESULT get_AutomaticallyComputeProjectionDistance(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_AutomaticallyComputeProjectionDistance(
VARIANT_BOOL NewAutomaticallyComputeProjectionDistance
);

[Java]
public bool getAutomaticallyComputeProjectionDistance();public void setAutomaticallyComputeProjectionDistance(
bool
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1