Class ExportStructureXMLBuilder
Inheritance
System.Object
System.MarshalByRefObject
ExportStructureXMLBuilder
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.Features.ShipDesign
Assembly: NXOpen.dll
Syntax
public class ExportStructureXMLBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
ExportStructureXMLBuilder()
Declaration
protected ExportStructureXMLBuilder()
Properties
ExportFormat
Declaration
public ExportStructureXMLBuilder.ExportFormats ExportFormat { get; set; }
Property Value
Type | Description |
---|---|
ExportStructureXMLBuilder.ExportFormats |
SectionBodies
Declaration
public ScCollector SectionBodies { get; }
Property Value
Type | Description |
---|---|
ScCollector |
StructureXMLFile
Declaration
public string StructureXMLFile { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Type
Declaration
public ExportStructureXMLBuilder.Types Type { get; set; }
Property Value
Type | Description |
---|---|
ExportStructureXMLBuilder.Types |
Methods
SetPartOperationBuilder(PartOperationCreateBuilder)
Declaration
public void SetPartOperationBuilder(PartOperationCreateBuilder partOperationBuilder)
Parameters
Type | Name | Description |
---|---|---|
PartOperationCreateBuilder | partOperationBuilder |
SetStructureParts(String[])
Declaration
public void SetStructureParts(string[] structurePartFilenames)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | structurePartFilenames |
Implements
System.Runtime.Remoting.Messaging.IMessageSink