Name | Brief | Example |
---|---|---|
Activate | Set object as active in current container | VB |
Destroy | Destroy Origin object | VBA |
Execute | Run LabTalk script in the context of the object, so that the script can assume the object is the active object. This is applicable to Layer and Page objects only. | VBA |
GetBinaryStorageData | Get value stored by SetBinaryStorageData with specified name | VBA |
GetMetaData | Get information tree of an Origin object with an xmlDocument structure | VBA, C#, VC++ |
SetBinaryStorageData | Store an value in Origin object with specified name | VB |
SetMetaData | Update infomation of an Origin object which can be showed from Show Organizer command in context menu | VBA, VB |
Name | Brief | Example |
---|---|---|
Application | Refer to the current Origin instance | VB |
BaseColor | The base color of the graphpage | VB |
BinaryStorageNames | The collection of names of all the binarystorage in this object | VB |
ExportAdvanced | ||
ExportAuto | ||
ExportChangeResolution | ||
ExportClip | ||
ExportMargin | ||
ExportRatio | ||
ExportResolution | ||
GradCntrl | ||
GradColor | ||
Height | GraphPage's height, in Inch | VB |
Index | Indicate the position of this object in current container | VB |
Layers | The collection of layers(sheets) in current page | VB |
LegendsAutoUpdate | ||
LegendsFullName | ||
LegendsIndicateActive | ||
LegendsMultiLayer | ||
LegendsSymbolWidth | ||
LongName | The long name of this origin object | VBA, C# |
Name | Name of the Origin object | VBA, C# |
PageViewMode | Indicates current View Mode properti of this GraphPage | VB |
Parent | The object that has this collection | VB |
PrintingDPI | ||
PrintingNumberOfCopies | ||
PrintingPaperSource | ||
PrintingPrinterName | ||
Show | Set an Origin object's visible status | VB |
ShowData | ||
ShowLabels | ||
Theme | ||
Type | An Integer value represent the type of the page | VB |
Units | ||
Width | Width of the page, in Inch | VB |