PropertyTypeTTGetPropertyVertex Method (IComparable, Boolean, Boolean) |
[Missing <summary> documentation for "M:VelocityGraph.PropertyTypeT`1.GetPropertyVertex(System.IComparable,System.Boolean,System.Boolean)"]
Namespace:
VelocityGraph
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax public override Vertex GetPropertyVertex(
IComparable value,
bool polymorphic = false,
bool errorIfNotFound = true
)
Public Overrides Function GetPropertyVertex (
value As IComparable,
Optional polymorphic As Boolean = false,
Optional errorIfNotFound As Boolean = true
) As Vertex
public:
virtual Vertex^ GetPropertyVertex(
IComparable^ value,
bool polymorphic = false,
bool errorIfNotFound = true
) override
abstract GetPropertyVertex :
value : IComparable *
?polymorphic : bool *
?errorIfNotFound : bool
(* Defaults:
let _polymorphic = defaultArg polymorphic false
let _errorIfNotFound = defaultArg errorIfNotFound true
*)
-> Vertex
override GetPropertyVertex :
value : IComparable *
?polymorphic : bool *
?errorIfNotFound : bool
(* Defaults:
let _polymorphic = defaultArg polymorphic false
let _errorIfNotFound = defaultArg errorIfNotFound true
*)
-> Vertex
Parameters
- value
- Type: SystemIComparable
[Missing <param name="value"/> documentation for "M:VelocityGraph.PropertyTypeT`1.GetPropertyVertex(System.IComparable,System.Boolean,System.Boolean)"]
- polymorphic (Optional)
- Type: SystemBoolean
[Missing <param name="polymorphic"/> documentation for "M:VelocityGraph.PropertyTypeT`1.GetPropertyVertex(System.IComparable,System.Boolean,System.Boolean)"]
- errorIfNotFound (Optional)
- Type: SystemBoolean
[Missing <param name="errorIfNotFound"/> documentation for "M:VelocityGraph.PropertyTypeT`1.GetPropertyVertex(System.IComparable,System.Boolean,System.Boolean)"]
Return Value
Type:
Vertex[Missing <returns> documentation for "M:VelocityGraph.PropertyTypeT`1.GetPropertyVertex(System.IComparable,System.Boolean,System.Boolean)"]
See Also