ArcFM Engine Developer Guide
WriteDefinition Method


IMMAttributedDefinition
Adds attributes (CU definition attributes) to an object for all non-null field values.
Syntax
'Declaration
 
Sub WriteDefinition( _
   ByVal pCuDef As IMMAttributedDefinition _
) 
'Usage
 
Dim instance As IMMFieldManager
Dim pCuDef As IMMAttributedDefinition
 
instance.WriteDefinition(pCuDef)
void WriteDefinition( 
   IMMAttributedDefinition pCuDef
)

Parameters

pCuDef
IMMAttributedDefinition

Return Value

 

Remarks

If the target (pCuDef) implements IMMAttributes then this interface will be used to hold the defined field values to the object. Otherwise, it will add the MMCuDefAttribute objects manually. The benefit of implementing IMMAttributes is that the implementer can interrupt the addition of the attribute and do one of the following:

  1. accept or reject the attribute

  2. use a different storage mechanism

  3. react to the setting of an attribute

Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IMMFieldManager Interface
IMMFieldManager Members

 

 


Send Comment