Class Background
Inheritance
System.Object
System.MarshalByRefObject
Background
Implements
System.Runtime.Remoting.Messaging.IMessageSink
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)
Assembly: NXOpen.dll
Syntax
public class Background : Builder, IMessageSink, IComponentBuilder
Constructors
Background()
Declaration
Properties
BackgroundCategory
Declaration
public Background.CategoryType BackgroundCategory { get; set; }
Property Value
BackgroundType
Declaration
public Background.Type BackgroundType { get; set; }
Property Value
DomeImage
Declaration
public Image DomeImage { get; set; }
Property Value
DomeImageFilename
Declaration
public string DomeImageFilename { get; set; }
Property Value
Type |
Description |
System.String |
|
DomeOrigin
Declaration
public Point DomeOrigin { get; set; }
Property Value
DomeSize
Declaration
public double DomeSize { get; set; }
Property Value
Type |
Description |
System.Double |
|
DomeType
Declaration
public Background.BackgroundDomeType DomeType { get; set; }
Property Value
Image
Declaration
public Image Image { get; set; }
Property Value
ImageFilename
Declaration
public string ImageFilename { get; set; }
Property Value
Type |
Description |
System.String |
|
ImageHorizon
Declaration
public double ImageHorizon { get; set; }
Property Value
Type |
Description |
System.Double |
|
ImageRotation
Declaration
public double ImageRotation { get; set; }
Property Value
Type |
Description |
System.Double |
|
ImageUpVector
Declaration
public Direction ImageUpVector { get; set; }
Property Value
UseStageSizeAndOrientation
Declaration
public bool UseStageSizeAndOrientation { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
GetBottomColor()
Declaration
public double[] GetBottomColor()
Returns
Type |
Description |
System.Double[] |
|
GetTopColor()
Declaration
public double[] GetTopColor()
Returns
Type |
Description |
System.Double[] |
|
SetBottomColor(Double[])
Declaration
public void SetBottomColor(double[] bottomColor)
Parameters
Type |
Name |
Description |
System.Double[] |
bottomColor |
|
SetTopColor(Double[])
Declaration
public void SetTopColor(double[] topColor)
Parameters
Type |
Name |
Description |
System.Double[] |
topColor |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink