Method to evaluation of spatial calculation
type, using the AgEVmSpatialCalcEvalType enumeration.
| [Visual Basic .NET] |
|---|
Public Sub SetEvaluationOfSpatialCalcType( _
ByVal SpatialCalcEvalType As AgEVmSpatialCalcEvalType _
)
|
| [C#] |
|---|
public void SetEvaluationOfSpatialCalcType(
|
| [Managed C++] |
|---|
public: void SetEvaluationOfSpatialCalcType(
|
| [Java] |
|---|
public setEvaluationOfSpatialCalcType(
|
| [Unmanaged C++] |
|---|
public: HRESULT SetEvaluationOfSpatialCalcType(
|
- SpatialCalcEvalType
-
Member Value Description eVmEvalUnknown -1 Unknown Spatial Calculation evaluation type option. eVmAtInstantInTime 0 Evaluation of spatial calculation at instant in time. eVmAtTimesFromTimeArray 1 Evaluation of spatial calculation at times from time array. eVmAtTimesAtStepSize 2 Evaluation of spatial calculation at times at step size.