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


IGlobeGraphicsLayer.GetElementTransformation Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeGraphicsLayer Interface > IGlobeGraphicsLayer.GetElementTransformation Method
ArcGIS Developer Help

IGlobeGraphicsLayer.GetElementTransformation Method

Get the transformation of an element.

[Visual Basic .NET]
Public Sub GetElementTransformation ( _
    ByVal elementIndex As Integer, _
    ByRef ppTrans As IVector3D, _
    ByRef ppScale As IVector3D, _
    ByRef ppRotate As IVector3D _
)
[C#]
public void GetElementTransformation (
    int elementIndex,
    ref IVector3D ppTrans,
    ref IVector3D ppScale,
    ref IVector3D ppRotate
);
[C++]
HRESULT GetElementTransformation(
  long elementIndex,
  IVector3D** ppTrans,
  IVector3D** ppScale,
  IVector3D** ppRotate
);
[C++]
Parameters
elementIndex [in]

elementIndex is a parameter of type long ppTrans [out]
ppTrans is a parameter of type IVector3D** ppScale [out]
ppScale is a parameter of type IVector3D** ppRotate [out]
ppRotate is a parameter of type IVector3D**

Product Availability

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

See Also

IGlobeGraphicsLayer Interface