Page 1 of 1

Provide Function Method / Set Publishings

Posted: Tue Nov 17, 2020 6:07 pm
by Snibbel
Hello Again,
i need help.
I use IEntities.ProvideFunction Method .
How can i set Publishings to this function with API?

Regards Chris

Re: Provide Function Method / Set Publishings

Posted: Thu Jan 11, 2024 12:49 am
by cooldan
This helps?

IParameters Methods
TopSolid'Design Automation
The IParameters type exposes the following members.
...
PublishBoolean - Creates a Boolean publishing entity in a document.
Public method PublishEnumeration - Creates an enumeration publishing entity in a document.
Public method PublishInteger - Creates an integer publishing entity in a document.
Public method PublishReal - Creates a real publishing entity in a document.
Public method PublishText - Creates a text publishing entity in a document.
Public method PublishUserEnumeration - Creates a user enumeration publishing entity in a document.
...