This document is archived and information here might be outdated. Recommended version. |
Removes measurements from a terrain data source (feature class).
[Visual Basic .NET] Public Sub DeleteDataSourceDataByFC ( _ ByVal index As Integer, _ ByVal pointCountFieldName As String, _ ByVal pFC As IFeatureClass, _ ByVal bSparseData As Boolean, _ ByVal pTrackCancel As ITrackCancel _ )
[C#] public void DeleteDataSourceDataByFC ( int index, string pointCountFieldName, IFeatureClass pFC, bool bSparseData, ITrackCancel pTrackCancel );
[C++]
HRESULT DeleteDataSourceDataByFC(
long index,
BSTR pointCountFieldName,
IFeatureClass* pFC,
VARIANT_BOOL bSparseData,
ITrackCancel* pTrackCancel
);
[C++] Parameters index [in]
index is a parameter of type long pointCountFieldName [in]
pointCountFieldName is a parameter of type BSTR pFC [in]
pFC is a parameter of type IFeatureClass* bSparseData [in]
bSparseData is a parameter of type bool pTrackCancel [in]
pTrackCancel is a parameter of type ITrackCancel*