Provide Function Method / Set Publishings

All topics about specific development with COM interface, LIP language, API in VB, ...

Moderators: remi77, jacs, Daniel

Snibbel
Private
Private
Posts: 4
Joined: Mon Nov 09, 2020 12:53 pm
TopSolid Module: TopSolid'Mold
TopSolid Version: 7.9

Provide Function Method / Set Publishings

Unread post by Snibbel »

Hello Again,
i need help.
I use IEntities.ProvideFunction Method .
How can i set Publishings to this function with API?

Regards Chris
cooldan
Private
Private
Posts: 3
Joined: Tue Jan 09, 2024 7:24 pm
TopSolid Module: TopSolid'Cam
TopSolid Version: 7.18

Re: Provide Function Method / Set Publishings

Unread post 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.
...
Post Reply