FeaturesSupportsMixedListProperty Property |
Does the graph allows a mixed list (different data types within the same list) 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 SupportsMixedListProperty { get; set; }
Public Property SupportsMixedListProperty As Boolean
Get
Set
public:
property bool SupportsMixedListProperty {
bool get ();
void set (bool value);
}
member SupportsMixedListProperty : bool with get, set
Property Value
Type:
BooleanSee Also