Reset - resets the current values of specified profile.
[Visual Basic .NET] |
---|
Public Sub ResetProfile( _ ByVal Profile As IAgVAProfile _ ) |
[C#] |
---|
public void ResetProfile( IAgVAProfile Profile ); |
[Managed C++] |
---|
public: void ResetProfile( IAgVAProfile ^ Profile ); |
[Unmanaged C++] |
---|
public: HRESULT ResetProfile( IAgVAProfile * Profile ); |
[Java] |
---|
public void resetProfile( IAgVAProfile Profile ); |
[Python - STK API ] |
---|
def ResetProfile(self, Profile:"IAgVAProfile") -> None: |
- Profile