Hi,
In c# automation scripting, is it possible to use any flavor of element.GetParameter() using a wild card as we would in a visio? Shown below is how i can wildcard in a visio.
However no matter how i try, i cant seem to wildcard on the function. Dynamically, I am only able to get part of the IDX in the script. Is this possible?
string switchName = element.GetParameter(21203, "*"+switchSourceNum+"*").ToString();
Trying to do something like this ^^
Hi Steve,
A possible option is using the method QueryData available in the class library. Below similar questions that shows how this method can be used:
Hope it helps.
First couple tries, it seems like these arent out the box types. (IEnumerable<object[]> and List<ColumnFilter> filter). Am i correct by saying that? If so is there an explanation on how to get these to work on a basic cube automation script?