Description
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.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property EnableAttachPoint() As Boolean
|
[C#] |
---|
public bool EnableAttachPoint {get; set;}
|
[Managed C++] |
---|
public: __property bool get_EnableAttachPoint(); public: __property void set_EnableAttachPoint(
bool
);
|
[Unmanaged C++] |
---|
public: HRESULT get_EnableAttachPoint(
VARIANT_BOOL * pVal
);
public: HRESULT put_EnableAttachPoint(
VARIANT_BOOL pVal
);
|
[Java] |
---|
public bool getEnableAttachPoint();
public void setEnableAttachPoint(
bool
);
|
See Also