GH_PersistentParam(T).AddPersistentData Method

GH_PersistentParamTAddPersistentData Method

Overload List
  NameDescription
Public methodAddPersistentData(Object) Obsolete.
Utility function to add a new persistent data item. If the data is null or cannot be converted into T, this method will fail. You should probably use the PersistentData property to add type-safe data if you can.
Public methodAddPersistentData(T) Obsolete.
Utility function to add a new persistent data item. If the data is null or cannot be converted into T, this method will fail. You should probably use the PersistentData property to add type-safe data if you can.
Top
See Also