API Help
Eplan.EplApi.DataModel Namespace / FunctionBasePropertyList Class / FUNC_IDENTNAMEPARTS Property / FUNC_IDENTNAMEPARTS(Int32) Property

In This Topic
FUNC_IDENTNAMEPARTS(Int32) Property
In This Topic
Identifying name elements # 20095. This property isn't indexed, and is read-only.
Syntax
public PropertyValue FUNC_IDENTNAMEPARTS( 
   int index
) {get; set;}

Parameters

index

Property Value

Returns property value of type System.String.
Remarks

This property is read-only..

Outputs a single value for the DT that is structured in such a way that it can be separated into individual parts and the structure elements assigned, even when using block properties and when the "Edit DT in individual fields" property (ID 10090) is enabled. If there is no format for block properties and the "Edit DT in individual fields" property is not enabled, this property corresponds precisely to the "Name (identifying)" property (ID 20000); otherwise the property outputs the individual parts of the DT using separators.

See Also