PFVertexRestrictPosition Property |
[Missing <summary> documentation for "P:PolyFramework.PFVertex.RestrictPosition"]
Namespace:
PolyFramework
Assembly:
PolyFramework (in PolyFramework.dll) Version: 0.5.0.0 (0.5.0.0)
Syntaxpublic Func<PFVertex> RestrictPosition { get; set; }Public Property RestrictPosition As Func(Of PFVertex)
Get
Set
public:
property Func<PFVertex^>^ RestrictPosition {
Func<PFVertex^>^ get ();
void set (Func<PFVertex^>^ value);
}member RestrictPosition : Func<PFVertex> with get, set
Property Value
Type:
FuncPFVertex
See Also