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





Windows & Linux

Description

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

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Marker() As Double
[C#]
public double Marker {get; set;}
[Managed C++]
public: __property double get_Marker();
public: __property void set_Marker( double );
[Unmanaged C++]
public: HRESULT get_Marker(
    double * pMarker
);
public: HRESULT put_Marker(
    double Marker
);
[Java]
public double getMarker();
public void setMarker(
    double
);
[Python - STK API ]
@property
def Marker(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.