STK ObjectsSend comments on this topic.
Point Property (IAgVODetailThreshold)
See Also
Windows





Windows & Linux

Description

The maximum viewing distance at which a point representing the object is visible. Uses Distance Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Point() As Double
[C#]
public double Point {get; set;}
[Managed C++]
public: __property double get_Point();
public: __property void set_Point( double );
[Unmanaged C++]
public: HRESULT get_Point(
    double * pPoint
);
public: HRESULT put_Point(
    double Point
);
[Java]
public double getPoint();
public void setPoint(
    double
);
[Python - STK API ]
@property
def Point(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.