This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeHeightProperties Interface > IGlobeHeightProperties.ApplyFeatureProperties Method (ArcObjects .NET 10.4 SDK) |
Obtain feature geometry with the correct properties.
[Visual Basic .NET] Public Sub ApplyFeatureProperties ( _ ByVal pDisplay As IGlobeDisplay, _ ByVal pFeature As IFeature, _ ByRef ppNewGeometry As IGeometry, _ ByVal bIgnoreOffsetAndScale As Boolean _ )
[C#] public void ApplyFeatureProperties ( IGlobeDisplay pDisplay, IFeature pFeature, ref IGeometry ppNewGeometry, ref bool bIgnoreOffsetAndScale );
[C++]
HRESULT ApplyFeatureProperties(
IGlobeDisplay* pDisplay,
IFeature* pFeature,
IGeometry** ppNewGeometry,
VARIANT_BOOL bIgnoreOffsetAndScale
);
[C++]
Parameters pDisplay [in]
pDisplay is a parameter of type IGlobeDisplay pFeature [in]
pFeature is a parameter of type IFeature ppNewGeometry [out]
ppNewGeometry is a parameter of type IGeometry bIgnoreOffsetAndScale [in] bIgnoreOffsetAndScale is a parameter of type VARIANT_BOOL