AutoCAD .NET :: Property In Class - Function To Get 4 Attributes And Concatenate

Oct 25, 2011

I'm trying to create a property in a class "extractTitleBlock" which searches through the "ExtractBlockRef (AttRef List)".

How would I search through a list of the class object above it? 
 
Public Class extractTitleBlockInherits extractBlockRefPublic ReadOnly Property Description_Concantenated() As StringGet'Function to Get 4 Attributes and Return Concantenated StringEnd GetEnd Propertyend ClassPublic Class extractBlockRefInherits extractEntityPublic Name As StringPublic Space As String

[Code] .........

View 2 Replies


ADVERTISEMENT

AutoCad :: Concatenate Function In Excel

Jul 30, 2013

i am trying to recall how to use the above mentioned function to plot suveyed points into CAD and it is wrecking my head

i can get one point on but to add multiple points is beyond me at the moment.

View 8 Replies View Related

AutoCad 2D :: Insert Multiple Block (like Points) Using Excel Concatenate Function?

Nov 27, 2013

So i have a simple block of basically a point. i also have alot of points to input. I know i can attribute the block with promts such as levels or dates etc.. but is there a way to make the block do this by itself when level is already entered? also is there a way to insert multiple block (like the points) using excel concatenate function? or can i input the points and have date and level shown in a text form?

View 2 Replies View Related

AutoCAD Civil 3D :: Don't Find SampleLineLabel Property In Sample Line Class

Dec 23, 2013

In "SettingsSampleLine.SettingsStyles" there are the default properties:

 SampleLineSampleLineLabelSampleLineLabelStyleIdSampleLineStyleIdSettingsSampleLine estiloLM = CivilApplication. ActiveDocument. Settings. Get Settings<SettingsSampleLine>();string NombreEstilo=estiloLM.Styles.SampleLine.Value;string NombreEstiloEtiqueta = estiloLM. Styles. SampleLineLabel. Value;

but I don´t find SampleLineLabel property in Sample Line Class¿?Is that property in sample line group?

View 1 Replies View Related

AutoCAD VB :: Getting Attributes When In A Class Module

Apr 20, 2011

Program, AutoCAD 2010 VBA..I normally use the following code to get attributes from a drawing.

Public Sub array1Initialize()
For Each elem In ThisDrawing.ModelSpace
If elem.EntityName = "AcDbBlockReference" Then
If elem.Name = "SPREAD SHEET INFO" Then
[code]....

The attributes are in an array called array1. This works in my form module but when I move it to a class module I get array1 is not readable. is there any sample code that gets attribute in a class module?

View 5 Replies View Related

CorelDRAW Graphics Suite X4 :: Drop Shadow Property Bar Attributes Disappears?

May 19, 2011

X4. When I add a drop shadow to anything the variable attributes do not appear on the property bar, ie "flat bottom right" at top left and then the choice of colours etc. I know by now where they are so click on where I think they are, but it's annoying. I have deleted, run a reg cleaner and re-installed + added the SP2 updates.

View 3 Replies View Related

AutoCAD Inventor :: Concatenate IProperties - Separated With Dash

Apr 14, 2012

I would like to have two fields in the iproperties and then concatenate them together. Lets say one is the the w.o. or project number and the other is the drawing number. I would like to have a third iproperty that concatenates them together seperated with a dash (EX. 200970-301).

View 2 Replies View Related

AutoCAD Architecture :: Two Graphic Property Definitions Set By Formula Property?

Feb 12, 2013

Is there a way to control which of two 'Graphic Property definitions' are used via a formula property with a IF, Then, condition statement?

View 3 Replies View Related

AutoCAD Architecture :: Set Manual Property Value Within Another Property's Formula?

Aug 25, 2011

I have two related properties... One is a formula property, the other is a manual property.

In the formular property I'd like to set the value of the manual property.

View 1 Replies View Related

Revit :: Concatenate 2 Parameters Into One

Mar 8, 2013

Is it possible to concatenate 2 parameters into one in Revit.  So I want the door parameters (i.e. Width, height)  to be automatically generated by the family.  I want those two parameters to be joined in one field width x height.  This is what the department wants. 

If I can't then I can't.  I know earlier versions of Revit could not concatenate.  This is one example but there re several instances where I want (2) separate fields/ parameters to report into one field that can then be used fro a schedule. 

View 2 Replies View Related

AutoCAD Visual LISP / AutoLISP :: No Function Definition With Distance Function

Oct 25, 2013

This seems absolutly silly.

(setq p1 (getpoint))
(setq p2 (getpoint))

(setq Dist (distance p1 p2))

Why does this not work?

I'm trying to build a command to replace AutoCAD's "DI" command, to give distance and delta x, y, and z values in decimal and imperial, and keep the angles in XY plane and out of XY plane.

View 9 Replies View Related

AutoCAD .NET :: How To Get Custom Property Names / Values From Custom Property Bag

Sep 15, 2011

I have been trying to find a method to extract custom properties from the custom property bag.

I have been able to extract the property value, using the "GetProperty" and the associated "GetValue" method, this method works when I know exactly what property name I am looking for. What do you do when you don't know the property name?

here is my code snippet..

dim myProps as acsmcustompropertybag = mysheet.getcustompropertybag
dim myProp as iacsmcustompropertyvalue = myprops.getproperty("SOMENAME")
dim myPV as string = myProp.GetValue

what I want to do is:

dim myProps as acsmcustompropertybag = mysheet.getcustompropertybag
dim myPN as string = ??????????.tostring
dim myProp as iacsmcustompropertyvalue = myprops.getproperty(myPN)
dim myPV as string = myProp.GetValue

View 6 Replies View Related

AutoCAD Civil 3D :: SAC - API Class For Radius?

Nov 22, 2012

I am working on custom subassembly and I would need different scenarios for different radiuses along the alignment. Is there a way how to find out this current value?

View 2 Replies View Related

AutoCAD 2013 :: Class Not Registered

Jun 8, 2012

I'm getting a "Class Not Registered" message when I try to use the section tool.

(AutoCAD Archtecture 2013)

View 2 Replies View Related

AutoCAD Map 3D :: Adding Attributes To Line - So Attributes Can Be Viewed In GIS (ArcMap)

Nov 17, 2011

I'm working on setting up a process where I can bring AutoCAD drawings into GIS.  I need to assign an attribute to a Polyline or Line so that the attributes can be viewed in GIS. I've noticed there is a way to convert AutoCAD to a SHP or SDP however I'm not familiar with this process.

View 1 Replies View Related

AutoCAD .NET :: Polyline Class Reset Method?

Aug 4, 2011

I used it to clear out the old vertex information, and then add new vertex points.All works on the screen until you use the undo command then all the vertex points are lost. Just created new polylines and deleted the old to fix it. Not ideal as I was storing the ObjectId’s in Xrecords, which now have to be updated with the new id’s

View 3 Replies View Related

AutoCAD Inventor :: How To Add Class Of Steel Values

Jan 3, 2014

We use several different classes of steel such as A572-65 or A572-50 etc. Any way to add those values in Inventor 2014 without having to reinvent the wheel?

View 3 Replies View Related

AutoCad 2D :: Rotate Block With Attributes - Messed Attributes

Jan 23, 2012

From the attached image you can see what I'm talking about.

(left=original, middle=ROTATE, right=PROPERTIES)

When I rotate blocks using ROTATE command everything is fine, but when I rotate blocks using PROPERTIES my attributes get messed.

I need to rotate several blocks at once with PROPERTIES, because I don't have time to rotate each one separately.

The same thing happens when scaling blocks, but this was resolved using the command BSCALE in the command line.

View 5 Replies View Related

AutoCAD Inventor :: Error Message / Class Not Registered

May 22, 2012

Error Message: "Class Not Registered." appears when opening an assembly.

Generally, the errors appears to stop the model from opening.

View 1 Replies View Related

AutoCAD .NET :: Make Installer From Class Library Project?

Dec 10, 2013

I have created one class library project using .NET API. So now I want to convert that project into the Setup project means I want to make installer for it. After that it installed, I want my plug in in the ribbon menu.

View 3 Replies View Related

AutoCAD 2013 :: Finding Class File Folder

Sep 16, 2013

I am just beginning with the 2014 AutoCAD.  It continues to tell me to open sample drawings from the "Class file folder"  in the text book.  I have not been able to locate this folder with the samples in it.  Where would this be located?

View 1 Replies View Related

AutoCAD Map 3D :: Labeling Feature Class - Can Get A Symbol But No Text

Nov 30, 2011

I brought in an .SDF file containing survey points into a new drawing.

When I use "style" to format the labels I get the symbol displayed but the text doesn't show up till I hover over the point with my cursor, and they dont stay visible when I move the cursor away from the point.

When I use "Feature Label" I can get a symbol but no text, even if I hover the cursor over the point.

I have set mapsrtyle to "Enhanced"

I would prefer to use "Feature Label" because of the additional features it offers.

View 1 Replies View Related

AutoCad :: Opening DXF File - Class Not Registered Error

Jun 13, 2013

When i attempt to open a dxf file in autocad it comes up with error messages;

Class not registered

View 9 Replies View Related

AutoCAD Inventor :: Passing A Function Name To Another Function

Nov 13, 2012

I'm trying to be able to have a function run another function with the secondary function being passed as an argument to the first. I'm trying to create a recursive function and the recursive part works great. I just need to be able to have the recursive function run other functions to actually do stuff.

Here is something I found that should do what I need, mainly run a function from a function name in a variable.
 
Sub test() Dim ftnName As String Dim argument As String Dim result As String ftnName = "myFunction" argument = "cat" result = Application.Run(ftnName, argument) MsgBox resultEnd SubFunction myFunction(inString As String) As String myFunction = inString & " has " & Len(inString) & " letters."End Function

 However I get the error "object required" on the "result = Application.Run(ftnName, argument)" line. So I'm guessing the Inventor VBA doesn't like this method of doing this. I'm just hoping there is a way to do this or this function will be useless or reduced to hardcoding functions which still defeats the purpose.

View 2 Replies View Related

AutoCAD Map 3D :: Add / Remove Rows From SDF Non-spatial Class Data Table

Jul 25, 2013

I create a sdf file and add a squema for non feature class, for association with an existing feature class squema property.

But the table is empty andlocked with no chance of adding values. Since it has no geometry, how can I put some rows on it.

I try to import using bulk copy, but then I cant remove or add rows.

How can I insert values in a sdf table?

View 3 Replies View Related

AutoCAD Civil 3D :: How To Use Surface Contour Label Group Class

Nov 6, 2013

How to use the Surface Contour Label Group class in the .NET API.

My first guess was that I had to create an instance object of the class and name it, and then use a "Create" method (e.g., CreateMultipleAtInterval) from there, like this:

Dim labelgroup As SurfaceContourLabelGroup

labelgroup.CreateMultipleAtInterval(arguments) 

However, this doesn't work, as Visual Studio told me "Warning: Access of shared member, constant member, enum member or nested type through an instance; qualifying expression will not be evaluated." 

I tried just saying: 

SurfaceContourLabelGroup.CreateMultipleAtInterval(arguments) 

But that didn't seem to work either. How this class works and get it to add some contour labels to a drawing?

View 4 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Getting VBA To Work - Class Not Registered Error

Aug 29, 2011

So i have managed to get my VBA apps working up to version 2010 (with the AcFocusCtrl).  I just upgraded to AutoCAD 2012. For some reason I cannot get the ACFocusCtrl on my VBA userform.  When I try to drag it onto the userform, I get an error "Class Not Registered". how I can load that control? 

View 4 Replies View Related

AutoCAD Architecture :: Unable To Execute The Tool - Class Not Registered Error

Sep 8, 2009

Every time I try to run a tool from the tool palette like dragging an AEC block into my drawing I get a pop out window saying: "Unable to execute the tool - Class not registered" why this is happening on Autocad Architecture 2010?

View 9 Replies View Related

AutoCAD Inventor :: Thread Class On External Custom Threads Won't Show In Callout

May 2, 2012

I can't tell if this is a bug or a "feature."

I have created a custom thread.xls table so that thread callouts are in decimal format per ASME B1.1.

When I use the Hole / Thread feature note in an .idw, the thread class will not show on an external thread. If I change the format to not use Custom Thread Designation, the thread class appears. If I use the Custom Thread Designation on a threaded hole, everything works fine.

View 1 Replies View Related

AutoCAD Civil 3D :: Add Pipe Parameter Filed In Part Builder For Stiffness And Pressure Class

Aug 12, 2012

I am wanting to add a field to my pipe parts to store the pipe pressure and stiffness class separately to give me the most flexiblility with my labels is this possible thru the partbuilder interface I got to here but can not see a way to add custum field. There are some extra build in fields like material are they hard coded or can you hack the xml file directly to add additional fields.

View 3 Replies View Related

Revit :: Build A Class Enclosure

Dec 18, 2011

I want to build a class enclosure to go from building to building like the petros towers.  I don't know how to make it enclosed. 

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved