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


IGlobeGraphicsLayer.SetElementTransformation 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.SetElementTransformation Method
ArcGIS Developer Help

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