Harness proD API Help
EPLAN.Harness.API.DataStructures.Tasks Namespace / UserDefinedTaskInfo Class
Members
In This Topic
    UserDefinedTaskInfo Class
    In This Topic
    Custom (user-defined) task.
    Object Model
    UserDefinedTaskInfo ClassI3DOccurrence Interface
    Inheritance Hierarchy

    System.Object
       EPLAN.Harness.API.DataStructures.TaskInfo
          EPLAN.Harness.API.DataStructures.Tasks.ResolvableTaskInfo
             EPLAN.Harness.API.DataStructures.Tasks.UserDefinedTaskInfo

    Syntax
    public class UserDefinedTaskInfo : ResolvableTaskInfo 
    Public Properties
     NameDescription
    Public PropertyIs this task resolvable? (Inherited from EPLAN.Harness.API.DataStructures.TaskInfo)
    Public PropertyIs this task already resolved? (Inherited from EPLAN.Harness.API.DataStructures.TaskInfo)
    Public PropertyGets or sets description of this custom task.  
    Public PropertyName of the affected object. (Inherited from EPLAN.Harness.API.DataStructures.TaskInfo)
    Public PropertyAffected occurrence. (Inherited from EPLAN.Harness.API.DataStructures.TaskInfo)
    Public PropertyType of the task. (Inherited from EPLAN.Harness.API.DataStructures.TaskInfo)
    Top
    See Also