Get the properties of the performance model.
Read-only property
[Visual Basic .NET] |
---|
Public Property Properties() As IAgAvtrPerformanceModel |
[C#] |
---|
public IAgAvtrPerformanceModel Properties {get;} |
[Managed C++] |
---|
public: __property IAgAvtrPerformanceModel ^ get_Properties(); |
[Unmanaged C++] |
---|
public: HRESULT get_Properties( IAgAvtrPerformanceModel ** ppPerfModel ); |
[Java] |
---|
public IAgAvtrPerformanceModel getProperties(); |
[Python - STK API ] |
---|
@property def Properties(self) -> "IAgAvtrPerformanceModel": |