STK Graphics PrimitivesSend comments on this topic.
MinimumDistanceSquared Property (IAgStkGraphicsDistanceDisplayCondition)
See Also
Windows





Windows & Linux

Description

Gets the squared minimum distance of the inclusive distance interval.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property MinimumDistanceSquared() As Double
[C#]
public double MinimumDistanceSquared {get;}
[Managed C++]
public: __property double get_MinimumDistanceSquared();
[Unmanaged C++]
public: HRESULT get_MinimumDistanceSquared(
    double * pRetVal
);
[Java]
public double getMinimumDistanceSquared();
[Python - STK API ]
@property
def MinimumDistanceSquared(self) -> float:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.