This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IV > IVRMLExporter Interface > IVRMLExporter.IsYUp Property (ArcObjects .NET 10.4 SDK) |
Indicates if the scene's y-axis is used as the exporter's up direction.
[Visual Basic .NET] Public Property IsYUp As Boolean
[C#] public bool IsYUp {get; set;}
[C++]
HRESULT get_IsYUp(
VARIANT_BOOL* pIsYUp
);
[C++]
HRESULT put_IsYUp(
VARIANT_BOOL pIsYUp
);
[C++]
Parameters pIsYUp [out, retval] pIsYUp is a parameter of type VARIANT_BOOL pIsYUp [in] pIsYUp is a parameter of type VARIANT_BOOL