Gets or sets the maximum number of points in the path.
Read-write property
[Visual Basic .NET] |
---|
Public Property MaximumCount() As Integer |
[C#] |
---|
public int MaximumCount {get; set;} |
[Managed C++] |
---|
public: __property int get_MaximumCount(); |
[Unmanaged C++] |
---|
public: HRESULT get_MaximumCount( int * pRetVal ); public: HRESULT put_MaximumCount( int MaximumCount ); |
[Java] |
---|
public Integer getMaximumCount(); public void setMaximumCount( Integer ); |