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


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

IGlobeDisplayLayers2.SetFeatureTransformation Method

Sets a transformation for a specific feature.

[Visual Basic .NET]
Public Sub SetFeatureTransformation ( _
    ByVal pLayer As ILayer, _
    ByVal featureID As Integer, _
    ByVal pTrans As IVector3D, _
    ByVal pScale As IVector3D, _
    ByVal pRotate As IVector3D _
)
[C#]
public void SetFeatureTransformation (
    ILayer pLayer,
    int featureID,
    IVector3D pTrans,
    IVector3D pScale,
    IVector3D pRotate
);
[C++]
HRESULT SetFeatureTransformation(
  ILayer* pLayer,
  long featureID,
  IVector3D* pTrans,
  IVector3D* pScale,
  IVector3D* pRotate
);
[C++]
Parameters
pLayer [in]

pLayer is a parameter of type ILayer* featureID [in]
featureID 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

IGlobeDisplayLayers2 Interface