xn.NodeInfo.GetInstanceName C# (CSharp) Method

GetInstanceName() public method

public GetInstanceName ( ) : string
return string
        public string GetInstanceName()
        {
            return OpenNIImporter.xnNodeInfoGetInstanceName(this.InternalObject);
        }