AGI STK Objects 11 Send 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 * pRetVal
);
public: HRESULT put_EnableTranslational(
VARIANT_BOOL NewEnableTranslational
);

[Java]
public bool getEnableTranslational();public void setEnableTranslational(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface