ArcFM Engine Developer Guide
Prepare(IMMProposedObject,Boolean,Boolean) Method


Syntax
'Declaration
 
Public Overloads Overridable Sub Prepare( _
   ByVal pProposedObject As IMMProposedObject, _
   ByVal bAllowAutoCreate As Boolean, _
   ByVal bManualSelect As Boolean _
) 
'Usage
 
Dim instance As MMAttributeAgentClass
Dim pProposedObject As IMMProposedObject
Dim bAllowAutoCreate As Boolean
Dim bManualSelect As Boolean
 
instance.Prepare(pProposedObject, bAllowAutoCreate, bManualSelect)
public virtual void Prepare( 
   IMMProposedObject pProposedObject,
   bool bAllowAutoCreate,
   bool bManualSelect
)

Parameters

pProposedObject
bAllowAutoCreate
bManualSelect
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

MMAttributeAgentClass Class
MMAttributeAgentClass Members
Overload List

 

 


Send Comment