Come for answers, stay for best practices. All we're missing is you.
I try to unset the Show Contract option of a port in a IBD diagram.
I can't find any API function to do that.
Is it possible and how ?
I've now found how to do : on the GraphElement, setPropertyValue("ObjectModelGe.Port.ShowName", "Name")
That is right
Set the property: ObjectModelGe.Port.ShowName to "NameAndType" to get the contract or set to "Name" to omit the contract.