STK ObjectsSend comments on this topic.
DimensionB Property (IAgEOIRShape)
See Also
Windows





Windows & Linux

Description

Property used to access the B dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DimensionB() As Double
[C#]
public double DimensionB {get; set;}
[Managed C++]
public: __property double get_DimensionB();
public: __property void set_DimensionB( double );
[Unmanaged C++]
public: HRESULT get_DimensionB(
    double * pRetVal
);
public: HRESULT put_DimensionB(
    double DimensionB
);
[Java]
public double getDimensionB();
public void setDimensionB(
    double
);
[Python - STK API ]
@property
def DimensionB(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.