The Volume Calc Angle Off Vector reference point.
Read-write property
[Visual Basic .NET] |
---|
Public Property ReferencePoint() As IAgCrdnPoint |
[C#] |
---|
public IAgCrdnPoint ReferencePoint {get; set;} |
[Managed C++] |
---|
public: __property IAgCrdnPoint ^ get_ReferencePoint(); |
[Unmanaged C++] |
---|
public: HRESULT get_ReferencePoint( IAgCrdnPoint ** ppRetVal ); public: HRESULT put_ReferencePoint( IAgCrdnPoint ReferencePoint ); |
[Java] |
---|
public IAgCrdnPoint getReferencePoint(); public void setReferencePoint( IAgCrdnPoint ); |
[Python - STK API ] |
---|
@property def ReferencePoint(self) -> "IAgCrdnPoint": @ReferencePoint.setter def ReferencePoint(self, ReferencePoint:"IAgCrdnPoint") -> None: |