Harness proD API Help
EPLAN.Harness.API.Occurrences.Interfaces Namespace / IOccurrence Interface / IsValid Property
In This Topic
    IsValid Property (IOccurrence)
    In This Topic
    Is occurrence valid?
    Syntax
    bool IsValid {get;}
    Remarks
    Some methods may cause some objects to be invalid. This will be always noted in documentation. When your objects are invalid, you can obtain new ones the same way you obtained the old ones.
    See Also