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