Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Geometry Namespace / AnalyticSurf Class / ConvertToSurrogate Method

In This Topic
    ConvertToSurrogate Method (AnalyticSurf)
    In This Topic
    Converts the analitc surface to its surrogate, for serialization purpose.
    Syntax
    'Declaration
     
    Public MustOverride Function ConvertToSurrogate() As AnalyticSurfSurrogate
    public abstract AnalyticSurfSurrogate ConvertToSurrogate()

    Return Value

    The surrogate.
    See Also