#include "ltwrappr.h"
L_INT LVectorObject::GetType()
Returns the type of the class object.
The type of the class object. Possible values are:
Value |
Meaning |
VECTOR_ARC |
Arc. |
VECTOR_CHORD |
Chord. |
VECTOR_CIRCLE |
Circle. |
VECTOR_ELLIPSE |
Ellipse. |
VECTOR_ELLIPTICALARC |
Elliptical arc |
VECTOR_LINE |
Line. |
VECTOR_PIE |
Pie section. |
VECTOR_POLYBEZIER |
Poly Bezier curve. |
VECTOR_POLYDRAW |
Polydraw. |
VECTOR_POLYGON |
Polygon. |
VECTOR_POLYLINE |
Polyline. |
VECTOR_RASTER |
Raster. |
VECTOR_RECTANGLE |
Rectangle. |
VECTOR_TEXT |
Text. |
VECTOR_VERTEX |
3D vertex in space. |
Required DLLs and Libraries
LVKRN For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application. |
Functions: |
LVectorObject::LockObject, LVectorObject::UnlockObject, LVectorObject::ExplodeObject, LVectorObject::SetRotation |
Topics: |
For an example, refer to LVectorBase::CopyObject.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET