CAD Forum - tips, tricks, discussion and utilities for AutoCAD, Inventor, Revit and other Autodesk products [www.cadforum.cz] ARKANCE | CONTACT - CZ | SK | EN | DE
Over 1.092.000 registered users (EN+CZ). AutoCAD tips, Inventor tips, Revit tips. Try the new precise Engineering calculator. New AutoCAD 2026 commands and variables.
RSS channel - CAD tips RSS tips
RSS discussions

Discussion Discussion forum

?
CAD discussions, advices, exchange of experience

CAD Forum - Homepage CAD discussion forum - ask any CAD-related questions here, share your CAD knowledge on AutoCAD, Inventor, Revit and other Autodesk software with your peers from all over the world. To start a new topic, choose an appropriate forum.

Please abide by the rules of this forum.
This is a peer-to-peer forum. The forum doesn't replace the official direct technical support provided by ARKANCE for its customers.
How to post questions: register or login, go to the specific forum and click the NEW TOPIC button.
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Topic ClosedProperty Change

 Post Reply Post Reply
Author
arunkgvm View Drop Down
Newbie
Newbie


Joined: 04.Jul.2013
Location: India
Using: Inventor 2013 API
Status: Offline
Points: 2
Direct Link To This Post Topic: Property Change
    Posted: 04.Jul.2013 at 15:48
Hi... I am using Inventor API using vb.net coding.and my need is to Change the material of the document.my code is working but when I change the material the mass didn't changed.anyone know what is the problem.here is my code.


            Dim oParameters As Parameters
            oParameters = oPartDoc.ComponentDefinition.Parameters()

             Dim oLengthParam As Parameter
            oLengthParam = oParameters.Item _
                                      ("d0")
            oLengthParam.Expression = TextBox1.Text

            Dim oPropSet As PropertySet
            oPropSet = oPartDoc.PropertySets("Design Tracking Properties")

            oPropSet.Item("Material").Value = "Glass"

            oPartDoc.Update()
Back to Top

Related CAD tips:


 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down



This page was generated in 0,078 seconds.