Hide Table of Contents
InsertSecurityNote Method (IFeatureManager)

Inserts a note for the specified macro feature.

.NET Syntax

Visual Basic (Declaration) 
Function InsertSecurityNote( _
   ByVal Text As System.String, _
   ByVal FeatureOwner As Feature _
) As Note
Visual Basic (Usage) 
Dim instance As IFeatureManager
Dim Text As System.String
Dim FeatureOwner As Feature
Dim value As Note
 
value = instance.InsertSecurityNote(Text, FeatureOwner)
C# 
Note InsertSecurityNote( 
   System.string Text,
   Feature FeatureOwner
)
C++/CLI 
Note^ InsertSecurityNote( 
&   System.String^ Text,
&   Feature^ FeatureOwner
) 

Parameters

Text
Text for note
FeatureOwner
Macro feature for this note

Return Value

Point to INote object

Remarks

The note is for display purposes only and cannot be modified by the end user. For example, you could display the note to inform an end user that editing or deleting the macro feature is prohibited.

 

You associate the note with the specified macro feature in:

  • VB by using this method in the code that generates the macro feature and by setting swMacroFeatureSecurityEnableNote in the macro feature's security function. You should also include the conditions under which to display the note.

  • C++ by using this method in the code that generates the macro feature and by setting swMacroFeatureSecurityEnableNote for the Options argument of ISwComFeature::Security in the macro feature's security function. You should also include the conditions under which to display the note.

 

See Also

Availability

SOLIDWORKS 2007 FCS, Revision Number 15.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:   InsertSecurityNote Method (IFeatureManager)
*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.