PADS 9.5 精简版 免安装


PADS 9.5 精简版 免安装,默认解压目录:D:pgmEDAPADS9.5
资源截图
代码片段和文件信息
/* Copyright Mentor Graphics Corporation 2003

    All Rights Reserved.

 THIS WORK CONTAINS TRADE SECRET
 AND PROPRIETARY INFORMATION WHICH IS THE
 PROPERTY OF MENTOR GRAPHICS
 CORPORATION OR ITS LICENSORS AND IS
 SUBJECT TO LICENSE TERMS. 
*/
// Machine generated IDispatch wrapper class(es) created with ClassWizard

#include “stdafx.h“
#include “powerpcb.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif



/////////////////////////////////////////////////////////////////////////////
// IPowerPCBDoc properties

/////////////////////////////////////////////////////////////////////////////
// IPowerPCBDoc operations

CString IPowerPCBDoc::GetName()
{
CString result;
InvokeHelper(0x0 DISPATCH_PROPERTYGET VT_BSTR (void*)&result NULL);
return result;
}

LPDISPATCH IPowerPCBDoc::GetApplication()
{
LPDISPATCH result;
InvokeHelper(0x2af9 DISPATCH_PROPERTYGET VT_DISPATCH (void*)&result NULL);
return result;
}

LPDISPATCH IPowerPCBDoc::GetParent()
{
LPDISPATCH result;
InvokeHelper(0x2afa DISPATCH_PROPERTYGET VT_DISPATCH (void*)&result NULL);
return result;
}

CString IPowerPCBDoc::GetPath()
{
CString result;
InvokeHelper(0x2afb DISPATCH_PROPERTYGET VT_BSTR (void*)&result NULL);
return result;
}

CString IPowerPCBDoc::GetFullName()
{
CString result;
InvokeHelper(0x2afc DISPATCH_PROPERTYGET VT_BSTR (void*)&result NULL);
return result;
}

LPDISPATCH IPowerPCBDoc::GetActiveView()
{
LPDISPATCH result;
InvokeHelper(0x2afd DISPATCH_PROPERTYGET VT_DISPATCH (void*)&result NULL);
return result;
}

void IPowerPCBDoc::SetSaved(BOOL bNewValue)
{
static BYTE parms[] =
VTS_BOOL;
InvokeHelper(0x2afe DISPATCH_PROPERTYPUT VT_EMPTY NULL parms
 bNewValue);
}

BOOL IPowerPCBDoc::GetSaved()
{
BOOL result;
InvokeHelper(0x2afe DISPATCH_PROPERTYGET VT_BOOL (void*)&result NULL);
return result;
}

void IPowerPCBDoc::SetUnit(long nNewValue)
{
static BYTE parms[] =
VTS_I4;
InvokeHelper(0x2aff DISPATCH_PROPERTYPUT VT_EMPTY NULL parms
 nNewValue);
}

long IPowerPCBDoc::GetUnit()
{
long result;
InvokeHelper(0x2aff DISPATCH_PROPERTYGET VT_I4 (void*)&result NULL);
return result;
}

double IPowerPCBDoc::GetOriginX(long unit)
{
double result;
static BYTE parms[] =
VTS_I4;
InvokeHelper(0x2b00 DISPATCH_PROPERTYGET VT_R8 (void*)&result parms
unit);
return result;
}

double IPowerPCBDoc::GetOriginY(long unit)
{
double result;
static BYTE parms[] =
VTS_I4;
InvokeHelper(0x2b01 DISPATCH_PROPERTYGET VT_R8 (void*)&result parms
unit);
return result;
}

void IPowerPCBDoc::SetGridX(long type long unit double newValue)
{
static BYTE parms[] =
VTS_I4 VTS_I4 VTS_R8;
InvokeHelper(0x2b02 DISPATCH_PROPERTYPUT VT_EMPTY NULL parms
 type unit newValue);
}

double IPowerPCBDoc::GetGridX(long type long unit)
{
double

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)