473,405 Members | 2,279 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

SolidEdge Customization Tool

38
I am developing an application, which is using VB.NET. I have to open a Solid Edge file, and read the unit used there in the File Properties of the File. For that I have added all the references for solid Edge. code is as follows:
Public objpropertysets As SolidEdgeFileProperties.PropertySets
Public objpropertyset As SolidEdgeFileProperties.Properties
Public objproperty As SolidEdgeFileProperties.Property

objpropertysets = CreateObject("SolidEdge.FileProperties")
Call objpropertysets.Open("C:\part1.par", False)
For i = 0 To objpropertysets.Count - 1
objpropertyset = objpropertysets.Item(i)
For j = 0 To objpropertyset.count - 1
objproperty = objpropertyset.Item(j)
MessageBox.Show(objpropertyset.Name + " " + objproperty.Name)
Next j
Next i

This code shows some of the Fiel Properties, not all. So anybody please help me out.
Feb 15 '08 #1
1 2562
kenobewan
4,871 Expert 4TB
Here is an example that may help:
ASP.NET Form Validation
Feb 15 '08 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Daniel Meilleur | last post by:
Hi, I try to use a customization stylesheet following example given by B.Stayton (http://www.sagehill.net/docbookxsl/CustomGentext.html#CustomGenText) i.e.: <?xml version='1.0'?>...
2
by: PatLaf | last post by:
I would like to be able to build a datagrid that has two buttons in each cell similar to the functionality provided by the winforms numericupdown control. I have an app that will require the user to...
6
by: daniel.sumanth | last post by:
Hello, Have customized the menu options in Access 2000 in a computer. However, it seems that the customizations apply only when I'm logged in and not to other users. Is there any way to use the...
0
by: Margarita | last post by:
Where can i find information about customization (on C#) the DHTML Editing Component ActiveX Control . I want to implement some(2,3,4...) input elements for data with one ToolBar on the...
0
by: Jay Shakankar via .NET 247 | last post by:
Dear Friends, I have been assigned to develop a Custom PropertyGrid with lookand fill like the link below. http://www.visualhint.com/feature5.php In the PropertyGrid value cells, I am assigned...
2
by: Marco | last post by:
Hi experts! For customization purpose i need to substitute a class that is implemented within an assembly, with a new class (with the same name). I haven't the sources but I'd like to rewrite...
0
by: Irfan | last post by:
I want to ask whether Crystal Report 9 (and DotNet Version of Crystal Report) supports Run-Time customization (Grouping) or not? If it does then how? Also I want to ask whether they support...
1
by: robert d via AccessMonster.com | last post by:
I'm a fledgling developer and am just starting to get my app out to specific clients. I have been asked to bid on a project because my app already does over 90% of what the client wants. My...
0
by: Lerxst | last post by:
has anyone out there built a packaged .net application and wanted to provide each customer the ability to modify it - change field names, form layouts, add new fields, etc. to match their specific...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.