com.esri.arcgis.analyst3d
Interface esriColladaExportErrorReturnCodes

All Superinterfaces:
java.io.Serializable

public interface esriColladaExportErrorReturnCodes
extends java.io.Serializable

Constants from esriColladaExportErrorReturnCodes' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esri3DAnalyst.olb'

Description: 'Collada Export Erorr Return Codes.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static int E_COLLADAXMLERROR
          Error in Collada DOM Lib
static int E_FILEALREADYEXISTS
          File already existed, overwriting.
static int E_FILECOULDNOTBEWRITTEN
          File could not be written.
 

Field Detail

E_FILEALREADYEXISTS

static final int E_FILEALREADYEXISTS
File already existed, overwriting.

See Also:
Constant Field Values

E_FILECOULDNOTBEWRITTEN

static final int E_FILECOULDNOTBEWRITTEN
File could not be written.

See Also:
Constant Field Values

E_COLLADAXMLERROR

static final int E_COLLADAXMLERROR
Error in Collada DOM Lib

See Also:
Constant Field Values