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





Windows & Linux

Description

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

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MarkerLabel() As Double
[C#]
public double MarkerLabel {get; set;}
[Managed C++]
public: __property double get_MarkerLabel();
public: __property void set_MarkerLabel( double );
[Unmanaged C++]
public: HRESULT get_MarkerLabel(
    double * pMarkerLabel
);
public: HRESULT put_MarkerLabel(
    double MarkerLabel
);
[Java]
public double getMarkerLabel();
public void setMarkerLabel(
    double
);
[Python - STK API ]
@property
def MarkerLabel(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.