Initializing help system before first use

XPRMTyped Interface

Represents a typed value within a Mosel model

Namespace:   Mosel
Assembly:  xprmdn (in xprmdn.dll) Version: 5.0.2.0
Syntax
C#
public interface XPRMTyped

The XPRMTyped type exposes the following members.

Properties
  Name Description
Public property StructCode
Structure code. The code is one of the STR_* values.
Public property StructName
String representation of structure.
Public property Type
Numeric type code. A combination of TYP_*, STR_* and GRP_* values.
Public property TypeCode
Type code. The code is one of the TYP_* values.
Public property TypeName
String representation of type.
Top
See Also

Reference