NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Public Member Functions | Properties | List of all members
NXOpen.Annotations.ImportSymbolBuilder Class Reference

Represents a builder allowing import of one or many foreign symbols. More...

Inheritance diagram for NXOpen.Annotations.ImportSymbolBuilder:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  FileFolder { File, Folder }
 the Selection mode Enum More...
 

Public Member Functions

unsafe void GetExpandedFiles (out string[] files)
 Returns the names of the expanded files More...
 
unsafe void GetFilesToProcess (out string[] files)
 Returns the names of the selected files More...
 
unsafe void SetExpandedFiles (string[] files)
 Sets the names of the expanded files More...
 
unsafe void SetFilesToProcess (string[] files)
 Sets the names of the selected files More...
 
unsafe void StartImport ()
 Starts the Import process More...
 
- Public Member Functions inherited from NXOpen.Builder
unsafe NXOpen.NXObject Commit ()
 Commits any edits that have been applied to the builder. More...
 
unsafe void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
unsafe NXOpen.NXObject[] GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
unsafe NXOpen.NXObject GetObject ()
 Returns the object currently being edited by this builder. More...
 
unsafe void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

unsafe bool IncludeSubfolders [get, set]
 Returns or sets the subfolders toggle More...
 
unsafe string InputFolder [get, set]
 Returns or sets the name of the input folder More...
 
unsafe bool IsPartSymbol [get, set]
 Returns or sets the Is Part Symbol status More...
 
unsafe bool IsTeamcenter [get, set]
 Returns or sets the Teamcwenter mode status More...
 
unsafe string LibraryPath [get, set]
 Returns or sets the Reuse library path selection More...
 
unsafe bool PreserveFolderStructure [get, set]
 Returns or sets the folder structure toggle More...
 
unsafe
NXOpen.Annotations.ImportSymbolBuilder.FileFolder 
SelectMode [get, set]
 Returns or sets the selection mode More...
 
- Properties inherited from NXOpen.Builder
unsafe NXOpen.PreviewBuilder PreviewBuilder [get]
 Returns the preview builder subobject. More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents a builder allowing import of one or many foreign symbols.

To create a new instance of this class, use NXOpen.DraftingManager.CreateImportSymbolBuilder

Default values.

Property Value

IncludeSubfolders

0

PreserveFolderStructure

0

SelectMode

File

Created in NX7.5.0

Member Enumeration Documentation

the Selection mode Enum

Enumerator
File 

File Selection mode

Folder 

Folder Selection mode

Member Function Documentation

unsafe void NXOpen.Annotations.ImportSymbolBuilder.GetExpandedFiles ( out string[]  files)
inline

Returns the names of the expanded files

Created in NX7.5.0

License requirements: nx_layout ("NX Layout")

Parameters
filesthe list of selected files
unsafe void NXOpen.Annotations.ImportSymbolBuilder.GetFilesToProcess ( out string[]  files)
inline

Returns the names of the selected files

Created in NX7.5.0

License requirements: nx_layout ("NX Layout")

Parameters
filesthe list of selected files
unsafe void NXOpen.Annotations.ImportSymbolBuilder.SetExpandedFiles ( string[]  files)
inline

Sets the names of the expanded files

Created in NX7.5.0

License requirements: nx_layout ("NX Layout")

Parameters
filesthe list of the selected files
unsafe void NXOpen.Annotations.ImportSymbolBuilder.SetFilesToProcess ( string[]  files)
inline

Sets the names of the selected files

Created in NX7.5.0

License requirements: nx_layout ("NX Layout")

Parameters
filesthe list of the selected files
unsafe void NXOpen.Annotations.ImportSymbolBuilder.StartImport ( )
inline

Starts the Import process

Created in NX7.5.0

License requirements: nx_layout ("NX Layout")

Property Documentation

unsafe bool NXOpen.Annotations.ImportSymbolBuilder.IncludeSubfolders
getset

Returns or sets the subfolders toggle

Created in NX7.5.0

License requirements to get this property: nx_layout ("NX Layout")

License requirements to set this property: nx_layout ("NX Layout")

unsafe string NXOpen.Annotations.ImportSymbolBuilder.InputFolder
getset

Returns or sets the name of the input folder

Created in NX7.5.0

License requirements to get this property: nx_layout ("NX Layout")

License requirements to set this property: nx_layout ("NX Layout")

unsafe bool NXOpen.Annotations.ImportSymbolBuilder.IsPartSymbol
getset

Returns or sets the Is Part Symbol status

Created in NX7.5.0

License requirements to get this property: nx_layout ("NX Layout")

License requirements to set this property: nx_layout ("NX Layout")

unsafe bool NXOpen.Annotations.ImportSymbolBuilder.IsTeamcenter
getset

Returns or sets the Teamcwenter mode status

Created in NX7.5.0

License requirements to get this property: nx_layout ("NX Layout")

License requirements to set this property: nx_layout ("NX Layout")

unsafe string NXOpen.Annotations.ImportSymbolBuilder.LibraryPath
getset

Returns or sets the Reuse library path selection

Created in NX7.5.0

License requirements to get this property: nx_layout ("NX Layout")

License requirements to set this property: nx_layout ("NX Layout")

unsafe bool NXOpen.Annotations.ImportSymbolBuilder.PreserveFolderStructure
getset

Returns or sets the folder structure toggle

Created in NX7.5.0

License requirements to get this property: nx_layout ("NX Layout")

License requirements to set this property: nx_layout ("NX Layout")

unsafe NXOpen.Annotations.ImportSymbolBuilder.FileFolder NXOpen.Annotations.ImportSymbolBuilder.SelectMode
getset

Returns or sets the selection mode

Created in NX7.5.0

License requirements to get this property: nx_layout ("NX Layout")

License requirements to set this property: nx_layout ("NX Layout")


The documentation for this class was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.