AGI STK Graphics 11 Send comments on this topic.
MaximumCount Property (IAgStkGraphicsMaximumCountPathPrimitiveUpdatePolicy)
See Also 
Windows






Windows & Linux

Description

Gets or sets the maximum number of points in the path.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MaximumCount() As Integer

[C#]
public int MaximumCount {get; set;}

[Managed C++]
public: __property int get_MaximumCount();
public: __property void set_MaximumCount(
int
);

[Unmanaged C++]
public: HRESULT get_MaximumCount(
int * pRetVal
);
public: HRESULT put_MaximumCount(
int NewMaximumCount
);

[Java]
public ppInteger getMaximumCount();public void setMaximumCount(
ppInteger
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface