This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeGraphicsLayer Interface > IGlobeGraphicsLayer.SetElementTransformation Method (ArcObjects .NET 10.4 SDK) |
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