DG Kernel (ActiveX) Documentation


Skip Navigation Links.
Start page
Quick Start
Search Page
Installation
What is new
Upgrading Native Apps
Licensing
Expand ModelsModels
Expand DG Kernel ControlsDG Kernel Controls
Collapse API ReferenceAPI Reference
Interface List
Vector Space
Expand General GeometryGeneral Geometry
Expand ModelModel
Collapse ViewView
Expand General ComputingGeneral Computing
Expand ViewsViews
Expand Samples and TutorialsSamples and Tutorials
Expand GraphicsGraphics
Expand Math ObjectsMath Objects
Expand DeprecatedDeprecated
Redistribution
Model Viewer
Open Source
Support
Skip Navigation LinksHome Page > API Reference > View > IMeasurement_DG Go to DGKC docs Search Documentation


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)