Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Function3D Class / ItemType Property

ItemType Property (Function3D)
Item type of this Function3D, corresponds to value of the 'Item' list in GUI.
Syntax
public ItemType ItemType {get; set;}

Property Value

Item type of Function3D or if for Eplan.EplApi.DataModel.FunctionDefinition of this Function3D there exists only one ItemType value ItemType::Unknown will be returned.
Exceptions
ExceptionDescription
Thrown when Enums::ItemType is not valid.
See Also