C#
VB
C++
Enables/disables the extraction of the objects (features) of the specified type.
public void EnableObjects(
IList<string> objectTypeNames,
bool enable
)
Public Sub EnableObjects( _
ByVal objectTypeNames As IList(Of String), _
ByVal enable As Boolean _
)
public:
void EnableObjects(
IList<String^>^ objectTypeNames,
bool enable
)
objectTypeNames
The name of the object type.
enable
true to enable object extraction; false to disable object extraction.
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