Returns the name of an instance.
Namespace: OIV.Inventor.MiscAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic virtual string GetName()
Public Overridable Function GetName As String
public:
virtual String^ GetName()
abstract GetName : unit -> string
override GetName : unit -> string
Return Value
Type:
String
RemarksIf the instance has not been named, an empty string is returned. Objects that are named can be looked up using the getByName() methods of SoNode, SoEngine, or SoPath.
See Also