Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

GetResourceDirectory Method








The LEADTOOLS resource directory to get.
Gets the path for the specified LEADTOOLS resource directory.
Syntax
public static string GetResourceDirectory( 
   LEADResourceDirectory resource
)
'Declaration
 
Public Shared Function GetResourceDirectory( _
   ByVal resource As LEADResourceDirectory _
) As String
'Usage
 
Dim resource As LEADResourceDirectory
Dim value As String
 
value = RasterDefaults.GetResourceDirectory(resource)
public static string GetResourceDirectory( 
   LEADResourceDirectory resource
)
public static String getResourceDirectory(LEADResourceDirectory resource)
 function Leadtools.RasterDefaults.GetResourceDirectory( 
   resource 
)
public:
static String^ GetResourceDirectory( 
   LEADResourceDirectory resource
) 

Parameters

resource
The LEADTOOLS resource directory to get.

Return Value

The path for the specified LEADTOOLS resource directory.
Remarks

Some LEADTOOLS classes will use a common resource directory at runtime. Use SetResourceDirectory to set the path to the desired resource directory.

Example
For an example, refer to RasterDefaults.SetResourceDirectory.
Requirements

Target Platforms

See Also

Reference

RasterDefaults Class
RasterDefaults Members

Error processing SSI file