STK Graphics PrimitivesSend comments on this topic.
BoundingSphereScale Property (IAgStkGraphicsMarkerBatchPrimitive)
See Also
Windows





Windows & Linux

Description

Gets or sets the scale applied to the radius of this primitive's bounding sphere.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property BoundingSphereScale() As Double
[C#]
public double BoundingSphereScale {get; set;}
[Managed C++]
public: __property double get_BoundingSphereScale();
public: __property void set_BoundingSphereScale( double );
[Unmanaged C++]
public: HRESULT get_BoundingSphereScale(
    double * pRetVal
);
public: HRESULT put_BoundingSphereScale(
    double BoundingSphereScale
);
[Java]
public double getBoundingSphereScale();
public void setBoundingSphereScale(
    double
);
[Python - STK API ]
@property
def BoundingSphereScale(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.