This document is archived and information here might be outdated. Recommended version. |
Generates export information that a group is starting to draw.
[Visual Basic .NET] Public Sub BeginGroup ( _ ByVal pDisplay As IDisplay, _ ByVal Comment As String _ )
[C#] public void BeginGroup ( IDisplay pDisplay, string Comment );
[C++]
HRESULT BeginGroup(
IDisplay* pDisplay,
BSTR Comment
);
[C++] Parameters pDisplay [in]
pDisplay is a parameter of type IDisplay* Comment [in]
Comment is a parameter of type BSTR