Returns a collection of additional points
Read-only property
[Visual Basic .NET] |
---|
Public Property AdditionalPoints() As IAgVeVOBPlanePointCollection |
[C#] |
---|
public IAgVeVOBPlanePointCollection AdditionalPoints {get;} |
[Managed C++] |
---|
public: __property IAgVeVOBPlanePointCollection ^ get_AdditionalPoints(); |
[Unmanaged C++] |
---|
public: HRESULT get_AdditionalPoints( IAgVeVOBPlanePointCollection ** ppRetVal ); |
[Java] |
---|
public IAgVeVOBPlanePointCollection getAdditionalPoints(); |