BlueLibs documentation

ImgXMLDescriptor.GetDescriptor Method 

generates ImgDescriptor object from xml string

[Visual Basic]
Public Shared Function GetDescriptor( _
   ByVal xml_str As String _
) As ImgDescriptor
[C#]
public static ImgDescriptor GetDescriptor(
   string xml_str
);

Parameters

xml_str

Return Value

xml string with image description

See Also

ImgXMLDescriptor Class | BlueLibs.OBEX.BIP Namespace