Click or drag to resize
SoBaseGetName Method

Returns the name of an instance.

Namespace: OIV.Inventor.Misc
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public virtual string GetName()

Return Value

Type: String
Remarks

If the instance has not been named, an empty string is returned. Objects that are named can be looked up using the getByName() methods of OIV.Inventor.Nodes.SoNode, OIV.Inventor.Engines.SoEngine, or OIV.Inventor.SoPath.

See Also