Class ConvertDraftingContentsBuilder
Inheritance
System.Object
System.MarshalByRefObject
ConvertDraftingContentsBuilder
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.Drawings
Assembly: NXOpen.dll
Syntax
public class ConvertDraftingContentsBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
ConvertDraftingContentsBuilder()
Declaration
protected ConvertDraftingContentsBuilder()
Properties
ConfigurationFile
Declaration
public string ConfigurationFile { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
OpenConvertedPmiDestinationPart
Declaration
public bool OpenConvertedPmiDestinationPart { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
SelectDraftingSheet
Declaration
public SelectViewList SelectDraftingSheet { get; }
Property Value
| Type | Description |
|---|---|
| SelectViewList |
SelectDraftingView
Declaration
public SelectDraftingViewList SelectDraftingView { get; }
Property Value
| Type | Description |
|---|---|
| SelectDraftingViewList |
SelectionType
Declaration
public ConvertDraftingContentsBuilder.SelectConversionEntityType SelectionType { get; set; }
Property Value
| Type | Description |
|---|---|
| ConvertDraftingContentsBuilder.SelectConversionEntityType |
SelectObjectsToConvert
Declaration
public SelectNXObjectList SelectObjectsToConvert { get; }
Property Value
| Type | Description |
|---|---|
| SelectNXObjectList |
SettingsBuilder
Declaration
public SettingsBuilder SettingsBuilder { get; }
Property Value
| Type | Description |
|---|---|
| SettingsBuilder |
UseContextAssembly
Declaration
public bool UseContextAssembly { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Methods
SetContextAssembly(String)
Declaration
public void SetContextAssembly(string contextAssembly)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | contextAssembly |
Implements
System.Runtime.Remoting.Messaging.IMessageSink