IAISImageService Interface
Members
Name | Description | |
---|---|---|
ApplyServiceProperties | ||
Close | Shuts downs and cleans up the Image Service object. This function does not clean up other objects created by the Image Service object itself. | |
ExtractAoi | ||
GetBufferSize | Returns the size of buffer required for the last request AOI image. | |
GetImageInBuffer | Gets the last requested AOI image into the buffer provided. This method will not work on 64-bit platforms and has been deprecated. Use the new alternative method QueryImageData() on IAISImageService3X for the same purpose. | |
GetImageMetadata | ||
GetMetaData | ||
GetProperty | Get the value of the given property | |
Init | ||
ServiceInfo | ||
ServiceProperties | ||
SetProperty | Set the value of the given property | |
Status | Returns a status XML string that defines the state of the last operation performed by this Image Service object. |
IAISImageServiceX.ApplyServiceProperties Method
IAISImageServiceX.Close Method
Shuts downs and cleans up the Image Service object. This function does not clean up other objects created by the Image Service object itself.
Public Sub Close ( _
)
public void Close (
);
IAISImageServiceX.ExtractAoi Method
IAISImageServiceX.GetBufferSize Method
Returns the size of buffer required for the last request AOI image.
Public Function GetBufferSize ( _
) As Integer
public int GetBufferSize (
);
IAISImageServiceX.GetImageInBuffer Method
Gets the last requested AOI image into the buffer provided. This method will not work on 64-bit platforms and has been deprecated. Use the new alternative method QueryImageData() on IAISImageService3X for the same purpose.
Public Function GetImageInBuffer ( _
ByVal bufferPtr As Integer _
) As Boolean
public bool GetImageInBuffer (
int bufferPtr
);
IAISImageServiceX.GetImageMetadata Method
IAISImageServiceX.GetMetaData Method
IAISImageServiceX.GetProperty Method
Get the value of the given property
Public Function GetProperty ( _
ByVal Name As String _
) As String
public string GetProperty (
string Name
);
IAISImageServiceX.Init Method
IAISImageServiceX.ServiceInfo Property
.
Public ReadOnly Property ServiceInfo As String
public string ServiceInfo {get;}
IAISImageServiceX.ServiceProperties Property
.
Public Property ServiceProperties As String
public string ServiceProperties {get; set;}
IAISImageServiceX.SetProperty Method
Set the value of the given property
Public Function SetProperty ( _
ByVal Name As String, _
ByVal Value As String _
) As Boolean
public bool SetProperty (
string Name,
string Value
);
IAISImageServiceX.Status Property
Returns a status XML string that defines the state of the last operation performed by this Image Service object.
Public ReadOnly Property Status As String
public string Status {get;}
Classes that implement IAISImageServiceX
Classes | Description |
---|