|
DXFPlot Control - Version Property
Kadmos DXFReader ActiveX Control

DXFPlot Control
Version Property
|
Description
|
Returns the version of the control currently loaded.
|
Syntax Visual Basic
|
Text$ = [form.]DXFPlot.Version
|
|
Visual C++
|
CString DXFPlot.GetVersion(); void DXFPlot.SetVersion(LPCTSTR lpszNewValue);
|
|
Delphi
|
property Version: WideString;
|
|
C#
|
string DXFPlot.Version;
|
|
Remarks
|
The version string is in the form: 'Mayor.Minor.Revision'. Check Kadmos Web Site for control upgrades. If the 'Minor' code of your control is less then the current version available in our web site please upgrade your control. Differences between the 'Revision' codes have no matter.
This property is read only both at run and design time.
|
|
Data Type
|
String
|
Copyright © 2008/2011 Kadmos.com - All rights reserved. Privacy Policy
|