AGI STK Objects 11 Send comments on this topic.
Marker Property (IAgVODetailThreshold)
See Also 





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 * pRetVal
);
public: HRESULT put_Marker(
double NewMarker
);

[Java]
public double getMarker();public void setMarker(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1