Community
Hello
I want to send "select", send "previous" command to this code snippet below and press Enter.
how can I do that ?
Thanks.
// If the prompt status is OK, objects were selected
if (acSSPrompt.Status == PromptStatus.OK)
{
SelectionSet acSSet = acSSPrompt.Value;
aCap.ShowAlertDialog("Seçilen obje Sayısı: " +
acSSet.Count.ToString());
}
else
{
aCap.ShowAlertDialog("Seçilen obje Sayısı: 0");
}
acDocEd.Command("Select" "P" "");
Solved! Go to Solution.
Solved by _gile. Go to Solution.
Can't find what you're looking for? Ask the community or share your knowledge.