ArcFM Desktop Developer Guide
IMMPxSDEVersion Interface Members
Properties  Methods 

Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

The following tables list the members exposed by IMMPxSDEVersion.

Public Properties
 NameDescription
 PropertyAccessIndicates whether version access is Public, Protected or Private and corresponds to the Ver_Access field's value in MM_PX_VERSIONS (as integer).  
 PropertyBaseVersionThe name of the parent version, corresponds to the Base field's value in MM_PX_VERSIONS table (as string).  
 PropertyDescriptionDescribes the node's version, corresponds to the Description field's value in MM_PX_VERSIONS table (as string).  
 PropertyNameName for the node's version, corresponds to the Name field's value in MM_PX_VERSIONS table (as string).  
 PropertyNodeIdThe identifier for the node (as long).  
 PropertynodeTypeIdThe node type identifier (as long).  
 PropertyStatusThe status of the version (as integer).  
 PropertyUserNameAccesses the username of the person to which the version belongs (as string).  
 PropertyValidDetermines whether the SDE version object is initialized correctly and ready for use (as boolean).  
 PropertyVersionInfoDirtyFlag to indicate whether the version has been updated (as boolean).  
Top
Public Methods
 NameDescription
 MethodCreateThis method creates a new version associated with a Process Framework node. Input parameters node ID (long), node type ID (long) and suppress message flag (as boolean). Returns a boolean indicating if the method was successful.  
 MethodDeleteThis method deletes the version. Input parameter is a suppress message flag (as boolean). Returns a boolean indicating if the method was successful.  
 MethodHydrateMethod to fill the object with data specific to the node. Input parameters are node ID (long), node type ID (long) and a suppress message flag (boolean). Returns a boolean indicating if the method was successful.  
 MethodInitializeMethod to initialize the object with Process Framework data. Input parameters are a PxApp reference (as IMMPxApplication) and a suppress message flag (as boolean). Returns a boolean indicating if the method was successful.  
 MethodUpdateThis method updates the version. Input parameter is a suppress message flag (as boolean). Returns a boolean indicating if the method was successful.  
Top
See Also

Reference

IMMPxSDEVersion Interface
Miner.Interop.Process Namespace

 

 


Send Comment