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


ILasPointSelection.SetTempFilePath Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILasPointSelection Interface > ILasPointSelection.SetTempFilePath Method
ArcGIS Developer Help

ILasPointSelection.SetTempFilePath Method

The path for temp files.

[Visual Basic .NET]
Public Sub SetTempFilePath ( _
    ByVal path As String _
)
[C#]
public void SetTempFilePath (
    string path
);
[C++]
HRESULT SetTempFilePath(
  BSTR path
);
[C++]
Parameters
path [in]

path is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ILasPointSelection Interface