PathEngine home previous: iPathEngine::getVersionAttributes()next: iPathEngine::largeStatic2DObstacleShapeIsValid()
Contents, API Reference, Interfaces, iPathEngine, hasRefs

iPathEngine::hasRefs()

Description

Enables you to check whether there are any outstanding references on this object, other than the interface reference through which you are calling, and therefore whether this object will actually be deleted if you call its release method.

Syntax

bool hasRefs() const { return hasMoreThanOneRef(); }

Return Value

Returns true if there are any outstanding references, otherwise false.

C# Mapping

bool hasRefs();

Java Mapping

boolean hasRefs();

Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEnginenext: iPathEngine::largeStatic2DObstacleShapeIsValid()