I would like to obtain the part family save as directory as a varible in a journal. I found the following in the .net reference file but not sure how to use it.
Namespaces -> NXOpen -> SaveOptions -> FamilyDefaultDirectory
public string FamilyDefaultDirectory { get; set; }
Public Property FamilyDefaultDirectory As String
Get
Set
Also if possible I would also like to know if there is a way to find out what family members were created last or created in the current session. Maybe copy lines from the information window if there are no UG functions for it.
Namespaces -> NXOpen -> SaveOptions -> FamilyDefaultDirectory
public string FamilyDefaultDirectory { get; set; }
Public Property FamilyDefaultDirectory As String
Get
Set
Also if possible I would also like to know if there is a way to find out what family members were created last or created in the current session. Maybe copy lines from the information window if there are no UG functions for it.