hosanna-ui-docs - v0.9.0
    Preparing search index...

    Interface representing a path that extends ISGIPath and ISGIString.

    interface ISGROPath {
        Change(path: string): boolean;
        GetString(): string;
        IsValid(): boolean;
        SetString(s: string, len: number): any;
        Split(): any;
    }

    Hierarchy (View Summary)

    Index

    Methods