Block.CustomData Property

Gets or sets a custom object that will be stored to the Eyeshot Proprietary File Format.
Public Property CustomData() As Object
This language is not supported or no code example is available.
public object CustomData {get; set;}
This language is not supported or no code example is available.

Property Value

object
Remarks
 

You need to define the related Surrogate<T> for your custom data and you need to use a custom FileSerializer including definition for it.

If the type implements ICloneable it will be cloned when the Block is cloned.

.NET Framework

Supported in: 4.8

In this article

Definition