Sets one flag for each axis. For axis which is not to be rotated, set to esriSymbolRotation3DNone. Serves same purpose as SymbolRotation3DFlags (get_, put_).
[Visual Basic .NET] Public Sub SetSymbolRotation3DFlags ( _ ByVal flagX As esriSymbolRotation3DFlags, _ ByVal flagY As esriSymbolRotation3DFlags, _ ByVal flagZ As esriSymbolRotation3DFlags _ )
[C#] public void SetSymbolRotation3DFlags ( esriSymbolRotation3DFlags flagX, esriSymbolRotation3DFlags flagY, esriSymbolRotation3DFlags flagZ );
[C++]
HRESULT SetSymbolRotation3DFlags(
esriSymbolRotation3DFlags flagX,
esriSymbolRotation3DFlags flagY,
esriSymbolRotation3DFlags flagZ
);
[C++]Parameters
flagX [in]flagX is a parameter of type esriSymbolRotation3DFlags
flagY [in]flagY is a parameter of type esriSymbolRotation3DFlags
flagZ [in]flagZ is a parameter of type esriSymbolRotation3DFlags
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.