ArcObjects Library Reference (3DAnalyst)  

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(
  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

Product Availability

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

See Also

IVRMLExporter Interface