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


IGPSATopoFeatures.GetDefaultOutputName Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (SpatialAnalyst)  

IGPSATopoFeatures.GetDefaultOutputName Method

Gets a default output name.

[Visual Basic .NET]
Public Function GetDefaultOutputName ( _
) As String
[C#]
public string GetDefaultOutputName (
);
[C++]
HRESULT GetDefaultOutputName(
  BSTR* bsName
);
[C++]

Parameters bsName [out, retval] bsName is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Spatial Analyst Extension.

See Also

IGPSATopoFeatures Interface