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.
Read-write property
[Visual Basic .NET] |
---|
Public Property EnableTranslational() As Boolean |
[C#] |
---|
public bool EnableTranslational {get; set;} |
[Managed C++] |
---|
public: __property bool get_EnableTranslational(); |
[Unmanaged C++] |
---|
public: HRESULT get_EnableTranslational( VARIANT_BOOL * pVal ); public: HRESULT put_EnableTranslational( VARIANT_BOOL pVal ); |
[Java] |
---|
public bool getEnableTranslational(); public void setEnableTranslational( bool ); |