ArcObjects Library Reference (GlobeCore)  

IGlobeLayerProperties.FloatingSeeThroughOrder Property

Indicates the see-through order for a floating layer.

[Visual Basic .NET]
Public Property FloatingSeeThroughOrder As Integer
[C#]
public int FloatingSeeThroughOrder {get; set;}
[C++]
HRESULT get_FloatingSeeThroughOrder(
  Long* pOrder
);
[C++]
HRESULT put_FloatingSeeThroughOrder(
  Long pOrder
);
[C++]

Parameters

pOrder [out, retval]   pOrder is a parameter of type Long pOrder [in]   pOrder is a parameter of type Long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGlobeLayerProperties Interface