Show / Hide Table of Contents

    IModelEntry.GetCurrentValue(string name) Method

    .NET Standard 2.x | Current Version (1.0.1)

    0.5.0-alpha

    1.0.1 (current)

    Gets the current value of the specified property.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Syntax

      object GetCurrentValue(string name);
    

    Parameters

    name System.String

    The name of the property.

    Returns

    System.Object

    The current value of the specified property.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon