API Help
Eplan.EplApi.DataModel Namespace / PropertyValue Class

In This Topic
PropertyValue Class Methods
In This Topic

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

Public Methods
 NameDescription
Public MethodCopies property value to destination including all indexes. If source property is indexed destination has to be also indexed. Only indexes from 1 to minimal of both MaxIndex are copied.  
Public MethodDestructor for deterministic finalization of PropertyValue object.  
Public MethodOverloaded. Determines whether two PropertyValues objects have the same value.  
Public MethodDisplay value of property as Eplan.EplApi.Base.MultiLangString.  
Public MethodServes as the default hash function.  
Public MethodOverloaded. Sets System.DateTime value in PropertyValue object.  
Public MethodUsed in conversion of the PropertyValue object to bool.  
Public MethodUsed in conversion of the PropertyValue object to double.  
Public MethodUsed in conversion of the PropertyValue object to int.  
Public MethodUsed in conversion of the PropertyValue object to Eplan.EplApi.Base.MultiLangString.  
Public MethodUsed in conversion of the PropertyValue object to Eplan.EplApi.Base.PointD.  
Public MethodOverloaded. Returns string value of this property. When type of property is MultiLangString then only specified language is returned. In case of off-line PropertyValue object, stored value is returned without any cast. When property can not be read, default_value is returned instead of throwing EmptyPropertyException .  
Public MethodUsed in conversion of the PropertyValue object to time.  
Top
See Also