Unbuild
Description
Deletes the CQCompass object you explicitly created with the Build method, when you do not need it anymore.
Syntax
Perl
CQCompass::Unbuild
(CompassObj);
- Identifier
- Description
- CQCompass
- A static function specifier for the CQCompass object.
- CQCompass
- The CQCompass object that you are deleting.
- Return value
- None.
Example
Perl
use CQPerlExt;
my $cqobject = CQCompass::Build();
CQCompass::Unbuild($cqobject);