Class PreviewPropertiesBuilder
Inheritance
System.Object
System.MarshalByRefObject
PreviewPropertiesBuilder
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
Assembly: NXOpen.dll
Syntax
public class PreviewPropertiesBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
PreviewPropertiesBuilder()
Declaration
protected PreviewPropertiesBuilder()
Properties
ModelViewCreation
Declaration
public PreviewPropertiesBuilder.ModelViewCreationOptions ModelViewCreation { get; set; }
Property Value
Type | Description |
---|---|
PreviewPropertiesBuilder.ModelViewCreationOptions |
PartCreation
Declaration
public PreviewPropertiesBuilder.PartCreationOptions PartCreation { get; set; }
Property Value
Type | Description |
---|---|
PreviewPropertiesBuilder.PartCreationOptions |
SelectedObjects
Declaration
public SelectNXObjectList SelectedObjects { get; }
Property Value
Type | Description |
---|---|
SelectNXObjectList |
StoreModelViewPreview
Declaration
public bool StoreModelViewPreview { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
StorePartPreview
Declaration
public bool StorePartPreview { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
System.Runtime.Remoting.Messaging.IMessageSink