ArcObjects Library Reference (3DAnalyst)  

ISceneExporter3d.FileExtension Property

The file extension associated with the current exporter.

[Visual Basic .NET]
Public ReadOnly Property FileExtension As String
[C#]
public string FileExtension {get;}
[C++]
HRESULT get_FileExtension(
  BSTR* Name
);
[C++]

Parameters

Name [out, retval]   Name is a parameter of type BSTR

Product Availability

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

See Also

ISceneExporter3d Interface