Message 1 of 4
ContentFamily GetCustomData
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Actually I write a Function for Custom Content Family Editor and I serialized Data as a Byte Array which i like to store with a ContentFamily Object. In the API Description of Inventor there are to Methods:
ContentFamily.GetCustomData( ClientId As String, InternalName As String, CustomData() As Byte )
ContentFamily.HasCustomData( ClientId As String, InternalName As String ) As Boolean
which would perfect fit into my needs.
The Problem is, i am not able to find the method to Set these CustomData with the API. Got this Function lost when the API was published or do i need to set the CustomData somewhere else in the API or it's just Top Secret?
Thanks in Advance