This document is archived and information here might be outdated. Recommended version. |
Properties associated with the directional vector renderer portion of the Enhanced Info renderer.
[Visual Basic .NET] Public Property DirectionalVectorProperties As IDirectionalVectorRendererProperties
[C#] public IDirectionalVectorRendererProperties DirectionalVectorProperties {get; set;}
[C++]
HRESULT get_DirectionalVectorProperties(
IDirectionalVectorRendererProperties** ppiProperties
);
[C++]
HRESULT putref_DirectionalVectorProperties(
IDirectionalVectorRendererProperties* ppiProperties
);
[C++] Parameters ppiProperties [out, retval]
ppiProperties is a parameter of type IDirectionalVectorRendererProperties** ppiProperties [in]
ppiProperties is a parameter of type IDirectionalVectorRendererProperties*