예제 #1
0
        public static void SwitchSpreadPointAnnotation()
        {
            var currentDoc = Application.DocumentManager.MdiActiveDocument;

            SpreadPointCommands.UpdateSpreadPoints(currentDoc);
        }
예제 #2
0
        public static void InsertSpreadPoint()
        {
            var currentDoc = Application.DocumentManager.MdiActiveDocument;

            SpreadPointCommands.ImportSpreadPoints(currentDoc, insertId: false, insertCode: false);
        }