Provides access to members that controls an AIS request.
Members
Name | Description | |
---|---|---|
Arguments | The AIS request arguments. | |
GeoImageDescription | The request image description. | |
Name | The AIS request name, e.g. PutServiceProperties, and etc. |
IAISRequest.Arguments Property
The AIS request arguments.
Public Property Arguments As IStringArray
public IStringArray Arguments {get; set;}
IAISRequest.GeoImageDescription Property
The request image description.
Public Property GeoImageDescription As IGeoImageDescription
public IGeoImageDescription GeoImageDescription {get; set;}
IAISRequest.Name Property
The AIS request name, e.g. PutServiceProperties, and etc.
Public Property Name As String
public string Name {get; set;}
Classes that implement IAISRequest
Classes | Description |
---|