Returns a group of points.
Read-only property
[Visual Basic .NET] |
---|
Public Property Points() As IAgCrdnPointGroup |
[C#] |
---|
public IAgCrdnPointGroup Points {get;} |
[Managed C++] |
---|
public: __property IAgCrdnPointGroup ^ get_Points(); |
[Unmanaged C++] |
---|
public: HRESULT get_Points( IAgCrdnPointGroup ** ppRetVal ); |
[Java] |
---|
public IAgCrdnPointGroup getPoints(); |
[Python - STK API ] |
---|
@property def Points(self) -> "IAgCrdnPointGroup": |