XPRMTyped Interface
  Represents a typed value within a Mosel model 
Namespace: Mosel
Assembly: xprmdn (in xprmdn.dll) Version: 4.8.0.0
 Syntax
Syntax
    C#
   
  public interface XPRMTyped
The XPRMTyped type exposes the following members.
 Properties
Properties
| Name | Description | |
|---|---|---|
|  | StructCode | 
       Structure code. The code is one of the STR_* values. 
      | 
|  | StructName | 
       String representation of structure. 
      | 
|  | Type | 
       Numeric type code. A combination of TYP_*, STR_* and GRP_* values. 
      | 
|  | TypeCode | 
       Type code. The code is one of the TYP_* values. 
      | 
|  | TypeName | 
       String representation of type. 
      | 
 See Also
See Also
 
