FeaturesIsWrapper Property |
Does the graph implement WrapperGraph?
Namespace:
VelocityGraph.Frontenac.Blueprints
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax public bool IsWrapper { get; set; }
Public Property IsWrapper As Boolean
Get
Set
public:
property bool IsWrapper {
bool get ();
void set (bool value);
}
member IsWrapper : bool with get, set
Property Value
Type:
BooleanSee Also