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(
|
| [Java] |
|---|
public IAgVePhysicalData getPhysicalData();
|