ArcObjects Library Reference (GlobeCore)  

IGlobeGraphicsLayer.SetElementTransformation Method

Set the transformation of an element.

[Visual Basic .NET]
Public Sub SetElementTransformation ( _
    ByVal elementIndex As Integer, _
    ByVal pTrans As IVector3D, _
    ByVal pScale As IVector3D, _
    ByVal pRotate As IVector3D _
)
[C#]
public void SetElementTransformation (
    int elementIndex,
    IVector3D pTrans,
    IVector3D pScale,
    IVector3D pRotate
);
[C++]
HRESULT SetElementTransformation(
  long elementIndex,
  IVector3D* pTrans,
  IVector3D* pScale,
  IVector3D* pRotate
);
[C++]

Parameters

elementIndex [in]   elementIndex is a parameter of type long pTrans [in]

  pTrans is a parameter of type IVector3D

pScale [in]

  pScale is a parameter of type IVector3D

pRotate [in]

  pRotate is a parameter of type IVector3D

Product Availability

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

See Also

IGlobeGraphicsLayer Interface