ESRI banner

GenerateDIDef

The GenerateDIDef ISCommand is used to create the derived image definition (.DIDef) file for an image service definition. The DIDef file includes the definition of the raster datasets created when the Derived Raster Generator is run.

The command line is:

ISCommand GenerateDIDef --ISDef=<PathToISDef> --DIDefFile=<PathToDIDef>

The table below defines the variables that are required to use this script. Most variables are defined within the script. You can either make an edit to the script or enter the variable at the command line as shown below.

Variable

Description/Options

Default

Required

ISDef

Path and name of the image service definition file.

User specified

Yes

DIDef

Path and name where the DIDef file should be generated.

User specified

Yes

Example:

ISCommand GenerateDIDef --ISDef=c:\test\imageservice.isdef --DIDefFile=d:\test\service1.DIDef