API Reference > Namespaces > OdPdfPublish Namespace > Classes > OdBaseNodeMotion Class > OdBaseNodeMotion Methods > OdBaseNodeMotion::getName Method
OdBaseNodeMotion::getName Method
Syntax
C++
virtual bool getName(OdString& name);
Parameters 
Description 
OdString& name 
[out] A placeholder for the node motion object's name.  

Returns true if the node motion object's name has been successfully returned; otherwise returns false.

Returns the current node name. The method fills a passed string value with the node motion object's name then returns it to a calling subroutine.

This method should be re-implemented and return true if you want to set the animated node name. Default implementation returns false.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.