IMeasurement_DG Interface
- GetPointCount
- SetPointCount
- GetPoint
- SetPoint
- GetText
- SetText
- GetDirection
- SetDirection
- GetTextLocation
- SetTextLocation
- GetTextPosition
- SetTextPosition
int GetPointCount()
void SetPointCount(int count)
Point_DG GetPoint(int i)
void SetPoint(int i, Point_DG point)
String GetText()
void SetText(String text)
VectDg GetDirection()
void SetDirection(VectDg direction)
double GetTextLocation()
void SetTextLocation(double dist)
double GetTextPosition()
void SetTextPosition(double ratio)
|