Harness proD API Help
EPLAN.Harness.API.Occurrences Namespace / BaseOccurrence Class / IsValid Property
In This Topic
    IsValid Property (BaseOccurrence)
    In This Topic
    Tells you whether this object is valid or not.
    Syntax
    public override 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