示例#1
0
        public void Register(AgCrdnCalcScalarPluginResultReg Result)
        {
            Debug.WriteLine(m_DisplayName + ".Register()", "Entered:");

            string objPath = "[" + Result.ObjectPath + "]";

            Result.ShortDescription = "Test short Desc: Component created using " + m_DisplayName + " " + objPath;
            Result.LongDescription  = "Test long Desc: Component created using " + m_DisplayName + " " + objPath;

            string oPath           = Result.ObjectPath;
            string parentPath      = Result.ParentPath;
            string grandParentPath = Result.GrandParentPath;

            Debug.WriteLine(objPath + " Register() [objPath=" + oPath + "] [parentPath=" + parentPath + "] [grandParentPath=" + grandParentPath + "]");

            Debug.WriteLine(m_DisplayName + ".Register()", "Exited:");
        }
 public void Register(AgCrdnCalcScalarPluginResultReg Result)
 {
 }