Enable the use of an attach point, i.e. the place from which the sensor cone emits. If this feature is not used, the sensor cone origin is the center of the parent model.
Read-write property
[Visual Basic .NET] |
---|
Public Property EnableAttachPoint() As Boolean |
[C#] |
---|
public bool EnableAttachPoint {get; set;} |
[Managed C++] |
---|
public: __property bool get_EnableAttachPoint(); |
[Unmanaged C++] |
---|
public: HRESULT get_EnableAttachPoint( VARIANT_BOOL * pVal ); public: HRESULT put_EnableAttachPoint( VARIANT_BOOL pVal ); |
[Java] |
---|
public bool getEnableAttachPoint(); public void setEnableAttachPoint( bool ); |