Exemplo n.º 1
0
 public IRuntimeMapInfo Execute()
 {
     return(_conn.DescribeRuntimeMap(
                this.Name,
                this.RequestedFeatures,
                this.IconsPerScaleRange,
                this.IconFormat,
                this.IconWidth,
                this.IconHeight));
 }