STK Vector Geometry ToolSend comments on this topic.
StepAtBoundaries Property (IAgCrdnSamplingCurvatureTolerance)
See Also
Windows





Windows & Linux

Description

Get the step taken at boundaries of discontinuity or availability.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property StepAtBoundaries() As Double
[C#]
public double StepAtBoundaries {get; set;}
[Managed C++]
public: __property double get_StepAtBoundaries();
public: __property void set_StepAtBoundaries( double );
[Unmanaged C++]
public: HRESULT get_StepAtBoundaries(
    double * pRetVal
);
public: HRESULT put_StepAtBoundaries(
    double StepAtBoundaries
);
[Java]
public double getStepAtBoundaries();
public void setStepAtBoundaries(
    double
);
[Python - STK API ]
@property
def StepAtBoundaries(self) -> float:

@StepAtBoundaries.setter
def StepAtBoundaries(self, StepAtBoundaries:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.