Get the physical data parameters.
Read-only property
[Visual Basic .NET] |
---|
Public Property PhysicalData() As IAgVePhysicalData |
[C#] |
---|
public IAgVePhysicalData PhysicalData {get;} |
[Managed C++] |
---|
public: __property IAgVePhysicalData ^ get_PhysicalData(); |
[Unmanaged C++] |
---|
public: HRESULT get_PhysicalData( IAgVePhysicalData ** ppVal ); |
[Java] |
---|
public IAgVePhysicalData getPhysicalData(); |
[Python - STK API ] |
---|
@property def PhysicalData(self) -> "IAgVePhysicalData": |