cget: Get a property value on a .NET object

Description Usage Arguments Examples

Description

This function gets the value of a property on a previously created .NET object.

Usage

1
.cget(obj, propertyname)

Arguments

obj

Previously created .NET object

propertyname

name of the property to retrieve

Examples

1
2
3
4
5
## Not run: 
obj <- .cnew ("com.stg.math.statistics.AugmentedDickeyFuller", series, 3, 'Driftless')
lag <- obj$Get("Lag")

## End(Not run)

rDotNet documentation built on May 2, 2019, 8:19 a.m.