STK Vector Geometry ToolSend comments on this topic.
ReferencePoint Property (IAgCrdnVolumeCalcDelayRange)
See Also
Windows





Windows & Linux

Description

The Volume Calc Range reference point.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ReferencePoint() As IAgCrdnPoint
[C#]
public IAgCrdnPoint ReferencePoint {get; set;}
[Managed C++]
public: __property IAgCrdnPoint ^ get_ReferencePoint();
public: __property void set_ReferencePoint( IAgCrdnPoint );
[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:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.