AGI STK Objects 11Send comments on this topic.
EnableTranslational Property (IAgSnVOOffset)
See Also
Windows






Windows & Linux

Description

Opt whether to specify the sensor projection starting point position offset in the parent object's body frame in the X, Y and Z directions.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property EnableTranslational() As Boolean
[C#]
public bool EnableTranslational {get; set;}
[Managed C++]
public: __property bool get_EnableTranslational();
public: __property void set_EnableTranslational( bool );
[Unmanaged C++]
public: HRESULT get_EnableTranslational(
    VARIANT_BOOL * pVal
);
public: HRESULT put_EnableTranslational(
    VARIANT_BOOL pVal
);
[Java]
public bool getEnableTranslational();
public void setEnableTranslational(
    bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.