This document is archived and information here might be outdated.  Recommended version.


IVRMLExporter.IsYUp Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IV > IVRMLExporter Interface > IVRMLExporter.IsYUp Property
ArcGIS Developer Help

IVRMLExporter.IsYUp Property

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(
  Boolean* pIsYUp
);
[C++]
Parameters
pIsYUp [in]

pIsYUp is a parameter of type bool pIsYUp [out, retval]
pIsYUp is a parameter of type bool*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

IVRMLExporter Interface