This document is archived and information here might be outdated. Recommended version. |
Update vertices' z value.
[Visual Basic .NET] Public Sub UpdateFeatureClassVertexZs ( _ ByVal pTrackCancel As ITrackCancel, _ ByVal pLasFilter As ILasFilter, _ ByVal Resolution As Double, _ ByVal Method As esriTinPointSelectionMethod, _ ByVal Type As esriSurfaceInterpolationType, _ ByVal ZFactor As Double, _ ByVal pInClass As IFeatureClass, _ ByVal pQueryFilter As IQueryFilter, _ ByVal tagFieldName As String _ )
[C#] public void UpdateFeatureClassVertexZs ( ITrackCancel pTrackCancel, ILasFilter pLasFilter, double Resolution, esriTinPointSelectionMethod Method, esriSurfaceInterpolationType Type, double ZFactor, IFeatureClass pInClass, IQueryFilter pQueryFilter, string tagFieldName );
[C++]
HRESULT UpdateFeatureClassVertexZs(
ITrackCancel* pTrackCancel,
ILasFilter* pLasFilter,
double Resolution,
esriTinPointSelectionMethod Method,
esriSurfaceInterpolationType Type,
double ZFactor,
IFeatureClass* pInClass,
IQueryFilter* pQueryFilter,
BSTR tagFieldName
);
[C++]
Parameters pTrackCancel [in]
pTrackCancel is a parameter of type ITrackCancel* pLasFilter [in]
pLasFilter is a parameter of type ILasFilter* Resolution [in]
Resolution is a parameter of type double Method [in]
Method is a parameter of type esriTinPointSelectionMethod Type [in]
Type is a parameter of type esriSurfaceInterpolationType ZFactor [in]
ZFactor is a parameter of type double pInClass [in]
pInClass is a parameter of type IFeatureClass* pQueryFilter [in]
pQueryFilter is a parameter of type IQueryFilter* tagFieldName [in]
tagFieldName is a parameter of type BSTR