This document is archived and information here might be outdated. Recommended version. |
Indicates if the directional vectors, the visual prediction of where events might be after a time interval, should be rendered.
[Visual Basic .NET]
Public Property RenderDirectionalVectors As Boolean
[C#]
public bool RenderDirectionalVectors {get; set;}
[C++]
HRESULT get_RenderDirectionalVectors(
Boolean* pbvarRender
);
[C++]
HRESULT put_RenderDirectionalVectors(
VARIANT_BOOL pbvarRender
);
[C++] Parameters pbvarRender [out, retval]
pbvarRender is a parameter of type bool* pbvarRender [in]
pbvarRender is a parameter of type bool