Actual region name.
protected virtual string GetRegionName(
string regionName
)
Protected Overridable Function GetRegionName(
ByVal regionName As String
) As String
protected:
virtual String^ GetRegionName(
String^ regionName
)
protected String getRegionName(String regionName)
regionName
Region name (sub-directory)
The actual region name.
Default implementation is to return the same value as regionName or an empty string if regionName is null. The region name is used by this class as a directory name. Derived classes can override this method to modify the directory name to use.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET