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


IGlobeDisplayLayers2.GetFeatureTransformation Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeDisplayLayers2.GetFeatureTransformation Method

Gets the transformation of a specific feature.

[Visual Basic .NET]
Public Sub GetFeatureTransformation ( _
    ByVal pLayer As ILayer, _
    ByVal featureID As Integer, _
    ByRef ppTrans As IVector3D, _
    ByRef ppScale As IVector3D, _
    ByRef ppRotate As IVector3D _
)
[C#]
public void GetFeatureTransformation (
    ILayer pLayer,
    int featureID,
    ref IVector3D ppTrans,
    ref IVector3D ppScale,
    ref IVector3D ppRotate
);
[C++]
HRESULT GetFeatureTransformation(
  ILayer* pLayer,
  long featureID,
  IVector3D** ppTrans,
  IVector3D** ppScale,
  IVector3D** ppRotate
);
[C++]

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

IGlobeDisplayLayers2 Interface