STK Vector Geometry ToolSend comments on this topic.
MaximumNumberOfIntervals Property (IAgCrdnVolumeCalcConditionSatMetric)
See Also
Windows





Windows & Linux

Description

Spatial condition satisfaction Maximum number of intervals.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MaximumNumberOfIntervals() As Integer
[C#]
public int MaximumNumberOfIntervals {get; set;}
[Managed C++]
public: __property int get_MaximumNumberOfIntervals();
public: __property void set_MaximumNumberOfIntervals( int );
[Unmanaged C++]
public: HRESULT get_MaximumNumberOfIntervals(
    int * pRetVal
);
public: HRESULT put_MaximumNumberOfIntervals(
    int MaximumNumberOfIntervals
);
[Java]
public Integer getMaximumNumberOfIntervals();
public void setMaximumNumberOfIntervals(
    Integer
);
[Python - STK API ]
@property
def MaximumNumberOfIntervals(self) -> int:

@MaximumNumberOfIntervals.setter
def MaximumNumberOfIntervals(self, MaximumNumberOfIntervals:int) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.