NXOpen .NET Reference  12.0.0
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.GeometricUtilities.IComponentBuilder

Public Types

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

Public Member Functions

unsafe void StartImport ()
 Starts the Import process More...
 
unsafe void GetFilesToProcess (out string[] files)
 Returns the names of the selected files More...
 
unsafe void SetFilesToProcess (string[] files)
 Sets the names of the selected files More...
 
unsafe void GetExpandedFiles (out string[] files)
 Returns the names of the expanded files More...
 
unsafe void SetExpandedFiles (string[] files)
 Sets the names of the expanded files 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...
 

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...
 

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)

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)

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)

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)

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 ( )

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 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.