-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
PSVA | ||
==== | ||
|
||
PowerShell Visio Automation | ||
|
||
No DLL required. pure COM! | ||
|
||
Problems have been seen with working with items NOT created via code specifically with Select-visShape | ||
|
||
|
||
Build on PowerShell V3 with Visio 2013 but should be friendly with V2 and several version lower of Visio. | ||
|
||
|
||
Currently provides basic functionality as well as some custom functions to present data (for example Attach-visShape, there is a demo file for this) | ||
|
||
Note: There is a VERB warning for the use of Attach. I might change the way the functions are named to help them make more sense. |