Altium C++ SDK 3.0
Loading...
Searching...
No Matches
PCB::IPointList Struct Reference

#include <EDP.PCB.Interfaces.h>

Inheritance diagram for PCB::IPointList:

Public Member Functions

void SetValue (long Index, C_SplinePoint2D value)
C_SplinePoint2D GetValue (long Index)
void SetCount (long value)
long GetCount ()
void Add (C_SplinePoint2D value)
void SetPoint (long Index, double X, double Y)

Member Function Documentation

◆ Add()

void PCB::IPointList::Add ( C_SplinePoint2D value)

◆ GetCount()

long PCB::IPointList::GetCount ( )

◆ GetValue()

C_SplinePoint2D PCB::IPointList::GetValue ( long Index)

◆ SetCount()

void PCB::IPointList::SetCount ( long value)

◆ SetPoint()

void PCB::IPointList::SetPoint ( long Index,
double X,
double Y )

◆ SetValue()

void PCB::IPointList::SetValue ( long Index,
C_SplinePoint2D value )

The documentation for this struct was generated from the following file: