MaximumCountPathPrimitiveUpdatePolicyMaximumCount Property |
Gets or sets the maximum number of points in the path.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 23.1.416.0 (23.1.416.0)
Syntaxpublic int MaximumCount { get; set; }
Public Property MaximumCount As Integer
Get
Set
public:
property int MaximumCount {
int get ();
void set (int value);
}
member MaximumCount : int with get, set
Property Value
Type:
Int32
Exceptions
See Also