Visual Basic (Declaration) | |
---|---|
Public Overridable Sub PlayAudio() |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public virtual void PlayAudio() |
C++/CLI | |
---|---|
public: virtual void PlayAudio(); |
AnnAutomation can play one or more AnnAudioObject if they are currently in edit mode (selected) and the value of the CanPlay property is true.
Use the CanPlayAudio property to determine whether you can call this method.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family