ArcFM Responder Mobile Developer Guide
WriteDefinition Method (IMMObjectEditor)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(19)>
Sub WriteDefinition( _
   ByVal pCuDef As ID8CuDefinition _
) 
'Usage
 
Dim instance As IMMObjectEditor
Dim pCuDef As ID8CuDefinition
 
instance.WriteDefinition(pCuDef)
[System.Runtime.InteropServices.DispId(19)]
void WriteDefinition( 
   ID8CuDefinition pCuDef
)
procedure WriteDefinition( 
    pCuDef: ID8CuDefinition
); 
System.Runtime.InteropServices.DispIdAttribute(19)
function WriteDefinition( 
   pCuDef : ID8CuDefinition
);
[System.Runtime.InteropServices.DispId(19)]
void WriteDefinition( 
   ID8CuDefinition* pCuDef
) 
[System.Runtime.InteropServices.DispId(19)]
void WriteDefinition( 
   ID8CuDefinition^ pCuDef
) 

Parameters

pCuDef
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

IMMObjectEditor Interface
IMMObjectEditor Members

Send Feedback