Miner.Interop.Process.Workflow Assembly > Miner.Interop.Process Namespace : IMMWMSDesign4 Interface |
The following tables list the members exposed by IMMWMSDesign4.
Name | Description | |
---|---|---|
![]() | CanPost | Returns 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. |
![]() | Description | Sets or returns the description of the design. This data resides in the Description field of the MM_WMS_DESIGN table. |
![]() | DesignerProductType | Returns 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). |
![]() | ID | Returns the ID associated with a design. This value is stored in the ID field of the MM_WMS_DESIGN table. |
![]() | Name | Sets or returns the name of a design based on the value in the Name field on the MM_WMS_DESIGN table. |
![]() | OID | This 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. |
![]() | OwnerID | Sets or returns the OwnerID associated with a design. This value is stored in the CURRENT_OWNER_ID field of the MM_WMS_DESIGN table. |
![]() | PropertySet | Sets or returns an IMMWMSPropertySet object. This object contains additional design data such at Create_Date, Approve_Date, and Database_ID. |
![]() | ReconcileTarget | 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:
|
![]() | Redlining | Sets or returns a boolean value indicating whether the design may be used for redlining. |
![]() | SiteConditions | Sets or returns the site conditions meta-data associated with the design |
![]() | StateLocked | 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. |
![]() | ViewOnly | This property looks at the state and owner of a design to determine whether it can be edited. True=View Only; False=Editable. |
![]() | WorkRequestID | Sets 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. |