Eplan Platform API
Eplan.EplApi.DataModel Namespace / Function Class / IsMainFunction Property

IsMainFunction Property (Function)
Gets/Sets a flag which indicates a main function of the device.
Syntax
public bool IsMainFunction {get; set;}
Exceptions
ExceptionDescription
Thrown when this property is being modified on a non covered function template.
Remarks
* A device in a project may consist of more than one functions cross-referenced together by their device tag (i.e. the device's name). Non-main functions in the device are called 'auxiliary' functions. * Only main functions of a device can have article information (i.e. article references).
See Also