Hide Table of Contents
SelectedEdgeProperties Method (IModelDoc2)

Sets the property values of the selected edge.

.NET Syntax

Visual Basic (Declaration) 
Function SelectedEdgeProperties( _
   ByVal EdgeName As System.String _
) As System.Boolean
Visual Basic (Usage) 
Dim instance As IModelDoc2
Dim EdgeName As System.String
Dim value As System.Boolean
 
value = instance.SelectedEdgeProperties(EdgeName)
C# 
System.bool SelectedEdgeProperties( 
   System.string EdgeName
)
C++/CLI 
System.bool SelectedEdgeProperties( 
&   System.String^ EdgeName
) 

Parameters

EdgeName

Name of the edge

Return Value

True if edge properties successfully changed, false if not

Remarks

If the edge...

Then this method...

Does not have a name

Sets the name.

Has a name

Does not change the name and returns false.

This behavior is intended to prevent a program from renaming an edge that is referenced in some other location.

For example, if an assembly contains a mate to an edge on a part, then a name is automatically assigned to that edge. If you change that name, then there is no guarantee that the mate remains valid. Therefore, when using entity names, you should first check to see if the entity is already named, and if so, use the existing name. If no name exists for the edge, then you can give the edge a name.

 

See Also

Availability

SOLIDWORKS 2001Plus FCS, Revision Number 10.0


Provide feedback on this topic

SOLIDWORKS welcomes your feedback concerning the presentation, accuracy, and thoroughness of the documentation. Use the form below to send your comments and suggestions about this topic directly to our documentation team. The documentation team cannot answer technical support questions. Click here for information about technical support.

* Required

 
*Email:  
Subject:   Feedback on Help Topics
Page:   SelectedEdgeProperties Method (IModelDoc2)
*Comment:  
*   I acknowledge I have read and I hereby accept the privacy policy under which my Personal Data will be used by Dassault Systèmes

Print Topic

Select the scope of content to print:




x

We have detected you are using a browser version older than Internet Explorer 7. For optimized display, we suggest upgrading your browser to Internet Explorer 7 or newer.

 Never show this message again
x

Web Help Content Version: API Help (English only) 2015 SP05

To disable Web help from within SOLIDWORKS and use local help instead, click Help > Use SOLIDWORKS Web Help.

To report problems encountered with the Web help interface and search, contact your local support representative. To provide feedback on individual help topics, use the “Feedback on this topic” link on the individual topic page.