STK Graphics PrimitivesSend comments on this topic.
ViewBoundScale Property (IAgStkGraphicsKmlNetworkLink)
See Also
Windows





Windows & Linux

Description

Gets or sets the value that scales the bounding box defining the view associated with this network link. A value less than 1.0 specifies to use less than the full view (screen). A value greater than 1.0 specifies to refresh an area that extends beyond the edges of the current view.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ViewBoundScale() As Double
[C#]
public double ViewBoundScale {get; set;}
[Managed C++]
public: __property double get_ViewBoundScale();
public: __property void set_ViewBoundScale( double );
[Unmanaged C++]
public: HRESULT get_ViewBoundScale(
    double * pRetVal
);
public: HRESULT put_ViewBoundScale(
    double ViewBoundScale
);
[Java]
public double getViewBoundScale();
public void setViewBoundScale(
    double
);
[Python - STK API ]
@property
def ViewBoundScale(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.