Name | Description | |
---|---|---|
![]() | CopyTo | Copies 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. |
![]() | Dispose | Destructor for deterministic finalization of PropertyValue object. |
![]() | Equals | Overloaded. Determines whether two PropertyValues objects have the same value. |
![]() | GetDisplayString | Display value of property as Eplan.EplApi.Base.MultiLangString. |
![]() | GetHashCode | Serves as the default hash function. |
![]() | Set | Overloaded. Sets System.DateTime value in PropertyValue object. |
![]() | ToBool | Used in conversion of the PropertyValue object to bool . |
![]() | ToDouble | Used in conversion of the PropertyValue object to double . |
![]() | ToInt | Used in conversion of the PropertyValue object to int . |
![]() | ToMultiLangString | Used in conversion of the PropertyValue object to Eplan.EplApi.Base.MultiLangString. |
![]() | ToPointD | Used in conversion of the PropertyValue object to Eplan.EplApi.Base.PointD. |
![]() | ToString | Overloaded. 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 . |
![]() | ToTime | Used in conversion of the PropertyValue object to time . |