How can I get all layout names of the active drawing in C# Com interface?
Hi,
How can I get all layout names of the active drawing in C# Com interface?
Greetzzz,
Gerben
0
Comments
-
Iterate through each layout in the layouts collection of the activedocument object. Then read the name property of each layout.
0 -
Iterate through each layout in the layouts collection of the activedocument object. Then read the name property of each layout.
0 -
Problem solved here http://www.theswamp.org/index.php?topic=36969.msg420147#msg420147
0
This discussion has been closed.