ArtGrp::Init (Interface: ArtGrp)
 
Initializes the record, using the default values.
 
void Init ()
 
 
See Also
CreateArtGrp
 
Samples
 
C++
 
pArtGrp->Init ();

C#
 
oArtGrp.Init ();

VBS
 
Call oArtGrp.Init()

VB.NET
 
oArtGrp.Init()