Class BookmarkFile
Assembly: NXOpen.dll
Syntax
public class BookmarkFile : NXRemotableObject, IMessageSink
Constructors
BookmarkFile(Session)
Declaration
protected BookmarkFile(Session owner)
Parameters
Type |
Name |
Description |
Session |
owner |
|
Properties
Tag
Declaration
Property Value
Methods
Delete(string)
Declaration
public void Delete(string pathName)
Parameters
Type |
Name |
Description |
string |
pathName |
|
Rename(string, string, bool)
Declaration
public string Rename(string oldPathName, string newFileName, bool okToOverwriteExistingFile)
Parameters
Type |
Name |
Description |
string |
oldPathName |
|
string |
newFileName |
|
bool |
okToOverwriteExistingFile |
|
Returns
SaveWithDescription(string, BookmarkOption, string)
Declaration
public void SaveWithDescription(string pathName, BasePart.BookmarkOption bookmarkOption, string description)
Parameters
SetDescription(string, string)
Declaration
public void SetDescription(string pathName, string description)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink