STK ObjectsSend comments on this topic.
BMag Property (IAgVeVOBPlanePoint)
See Also
Windows





Windows & Linux

Description

BMag value (polar). Uses Distance Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property BMag() As Double
[C#]
public double BMag {get; set;}
[Managed C++]
public: __property double get_BMag();
public: __property void set_BMag( double );
[Unmanaged C++]
public: HRESULT get_BMag(
    double * pVal
);
public: HRESULT put_BMag(
    double BMag
);
[Java]
public double getBMag();
public void setBMag(
    double
);
[Python - STK API ]
@property
def BMag(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.