Gets or sets the reference point used for calculation.
Read-write property
[Visual Basic .NET] |
---|
Public Property ReferencePoint() As String |
[C#] |
---|
public string ReferencePoint {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_ReferencePoint(); |
[Unmanaged C++] |
---|
public: HRESULT get_ReferencePoint( BSTR * pRetVal ); public: HRESULT put_ReferencePoint( BSTR InVal ); |
[Java] |
---|
public String getReferencePoint(); public void setReferencePoint( String ); |