Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / View3DInfo Class / anElev Property


In This Topic
    anElev Property (View3DInfo)
    In This Topic
    Gets or sets an elev.
    Syntax
    'Declaration
     
    
    Public Property anElev As Short
    'Usage
     
    
    Dim instance As View3DInfo
    Dim value As Short
     
    instance.anElev = value
     
    value = instance.anElev
    public short anElev {get; set;}

    Property Value

    An elev.
    See Also