ArcFM Engine Developer Guide
IMMWMSDesign4 Interface Properties

For a list of all members of this type, see IMMWMSDesign4 members.

Public Properties
 NameDescription
 PropertyCanPostReturns a boolean value indicating whether the design can be posted. True=Design can be posted. If it is an incremental copy, the parent must be posted first. False=Design cannot be posted.  
 PropertyDescriptionSets or returns the description of the design. This data resides in the Description field of the MM_WMS_DESIGN table.  
 PropertyDesignerProductTypeReturns a design type based on the product that was used to create it (e.g., Designer, Designer Express, Designer Staker). This value comes from the mmWMSDesignerProductType enumeration. If no value is assigned, this property returns 0 (Designer).  
 PropertyIDReturns the ID associated with a design. This value is stored in the ID field of the MM_WMS_DESIGN table.  
 PropertyNameSets or returns the name of a design based on the value in the Name field on the MM_WMS_DESIGN table.  
 PropertyOIDThis property sets or returns the Object ID associated with the design. This value is stored in the ObjectID field of the MM_WMS_GIS_DESIGN table. It returns -1 if no value is found.  
 PropertyOwnerIDSets or returns the OwnerID associated with a design. This value is stored in the CURRENT_OWNER_ID field of the MM_WMS_DESIGN table.  
 PropertyPropertySetSets or returns an IMMWMSPropertySet object. This object contains additional design data such at Create_Date, Approve_Date, and Database_ID.  
 PropertyReconcileTarget

Returns the name of the version with which the design will be reconciled (the parent version). It looks in three places for this information and takes the first value found. It searches the following places in order:

  1. The WMSDefaultParentVersion configuration value (set in Process Framework Admin Tool)
  2. The BulletinBoard registry key
  3. Uses the Default version if no version is found in the previous two locations
 
 PropertyRedliningSets or returns a boolean value indicating whether the design may be used for redlining.  
 PropertySiteConditionsSets or returns the site conditions meta-data associated with the design  
 PropertyStateLocked

This property determines if the design is locked based on the design node's state or its parent node's state. For example, if the design is in a Mobile state, it is locked. If any other design within the work request has been approved, the design is locked. The property returns a boolean value indicating whether the design is locked.

 
 PropertyViewOnly

This property looks at the state and owner of a design to determine whether it can be edited. True=View Only; False=Editable.

 
 PropertyWorkRequestIDSets or returns the Work Request ID associated with the design. This value is stored in the WORK_REQUEST_ID field of the MM_WMS_DESIGN table.  
Top
See Also

Reference

IMMWMSDesign4 Interface
Miner.Interop.Process Namespace

 

 


Send Comment