Description
Opt whether to use a target pointing
attitude.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
Public Property UseTargetPointing() As Boolean
|
| [C#] |
public bool UseTargetPointing {get; set;}
|
| [Managed C++] |
public: __property bool get_UseTargetPointing();
public: __property void set_UseTargetPointing(
bool
);
|
| [Unmanaged C++] |
public: HRESULT get_UseTargetPointing(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseTargetPointing(
VARIANT_BOOL NewUseTargetPointing
);
|
| [Java] |
public bool getUseTargetPointing();public void setUseTargetPointing(
bool
);
|
See Also