ContentFamily GetCustomData

ContentFamily GetCustomData

sn
Participant Participant
494 Views
3 Replies
Message 1 of 4

ContentFamily GetCustomData

sn
Participant
Participant

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

0 Likes
495 Views
3 Replies
Replies (3)
Message 2 of 4

chandra.shekar.g
Autodesk Support
Autodesk Support

@sn,

 

Unfortunately, Inventor API does not support to add family. Serialized data info should be published to database when create family.

 

Thanks and regards,

 

 

 


CHANDRA SHEKAR G
Developer Advocate
Autodesk Developer Network



0 Likes
Message 3 of 4

sn
Participant
Participant
. Serialized data info should be published to database when create family.
Could you explain how and where I can provide the customdata in the family
creation process?



Thanks in advance


0 Likes
Message 4 of 4

chandra.shekar.g
Autodesk Support
Autodesk Support

@sn,

 

Adding or creating family to content center with serialized data is completely internal. This is not public yet.

 

Thanks and regards,


CHANDRA SHEKAR G
Developer Advocate
Autodesk Developer Network



0 Likes