FeaturesSupportsSerializableObjectProperty Property |
Does the graph allow any serializable object to be used as a property value for a graph element?
Namespace:
VelocityGraph.Frontenac.Blueprints
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax public bool SupportsSerializableObjectProperty { get; set; }
Public Property SupportsSerializableObjectProperty As Boolean
Get
Set
public:
property bool SupportsSerializableObjectProperty {
bool get ();
void set (bool value);
}
member SupportsSerializableObjectProperty : bool with get, set
Property Value
Type:
BooleanSee Also