Returns an implicit surface.
[Visual Basic .NET] Public Sub Export ( _ ByVal pTrackCancel As ITrackCancel, _ ByVal FileIndex As Integer, _ ByVal pFilter As ILasPointFilter, _ ByVal newFileName As String, _ ByVal pNewSpatialReference As ISpatialReference, _ ByVal bProject As Boolean, _ ByVal bDropVLRs As Boolean _ )
[C#] public void Export ( ITrackCancel pTrackCancel, int FileIndex, ILasPointFilter pFilter, string newFileName, ISpatialReference pNewSpatialReference, bool bProject, bool bDropVLRs );
[C++]
HRESULT Export(
ITrackCancel* pTrackCancel,
long FileIndex,
ILasPointFilter* pFilter,
BSTR newFileName,
ISpatialReference* pNewSpatialReference,
VARIANT_BOOL bProject,
VARIANT_BOOL bDropVLRs
);
[C++]Parameters
pTrackCancel [in]pTrackCancel is a parameter of type ITrackCancel
FileIndex [in] FileIndex is a parameter of type long pFilter [in]pFilter is a parameter of type ILasPointFilter
newFileName [in] newFileName is a parameter of type BSTR pNewSpatialReference [in]pNewSpatialReference is a parameter of type ISpatialReference
bProject [in] bProject is a parameter of type VARIANT_BOOL bDropVLRs [in] bDropVLRs is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.