DevForce Help Reference
SetEntityAspect Method


Set the EntityAspect for the entity.
Syntax
'Declaration
 
Sub SetEntityAspect( _
   ByVal aspect As EntityAspect _
) 
'Usage
 
Dim instance As IEntitySvcs
Dim aspect As EntityAspect
 
instance.SetEntityAspect(aspect)
void SetEntityAspect( 
   EntityAspect aspect
)

Parameters

aspect
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IEntitySvcs Interface
IEntitySvcs Members

Send Feedback