ESRI.ArcGIS.ADF.IMS | |
ConfigurationParameters Constructor(Environment,Envelope,Envelope) | |
See Also |
ESRI.ArcGIS.ADF.IMS.Administration Namespace > ConfigurationParameters Class > ConfigurationParameters Constructor : ConfigurationParameters Constructor(Environment,Envelope,Envelope) |
- environment
- The environment.
- recommendedMaxExtent
- The maximum extent recommended.
- defaultExtent
- The default extent.
Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal environment As Environment, _ ByVal recommendedMaxExtent As Envelope, _ ByVal defaultExtent As Envelope _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public ConfigurationParameters( Environment environment, Envelope recommendedMaxExtent, Envelope defaultExtent ) |
Parameters
- environment
- The environment.
- recommendedMaxExtent
- The maximum extent recommended.
- defaultExtent
- The default extent.