Face Id is an integer positive or negative for the pair (cannot be 0 if face is initialized)
Namespace:
PolyFramework
Assembly:
PolyFramework (in PolyFramework.dll) Version: 0.5.0.0 (0.5.0.0)
Syntaxpublic int Id { get; set; }Public Property Id As Integer
Get
Set
public:
property int Id {
int get ();
void set (int value);
}member Id : int with get, set
Property Value
Type:
Int32
See Also