Compute.
Read-only property
[Visual Basic .NET] |
---|
Public Property Compute() As IAgFmDefinitionData |
[C#] |
---|
public IAgFmDefinitionData Compute {get;} |
[Managed C++] |
---|
public: __property IAgFmDefinitionData ^ get_Compute(); |
[Unmanaged C++] |
---|
public: HRESULT get_Compute( IAgFmDefinitionData ** ppRetVal ); |
[Java] |
---|
public IAgFmDefinitionData getCompute(); |
[Python - STK API ] |
---|
@property def Compute(self) -> "IAgFmDefinitionData": |