xn.NodeInfo.GetCreationInfo C# (CSharp) Method

GetCreationInfo() public method

public GetCreationInfo ( ) : string
return string
        public string GetCreationInfo()
        {
            return OpenNIImporter.xnNodeInfoGetCreationInfo(this.InternalObject);
        }