Class SessionAppearanceMgrPreference
Inheritance
System.Object
System.MarshalByRefObject
SessionAppearanceMgrPreference
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.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.Preferences
Assembly: NXOpen.dll
Syntax
public class SessionAppearanceMgrPreference : NXRemotableObject, IMessageSink
Constructors
SessionAppearanceMgrPreference(SessionPreferences)
Declaration
protected SessionAppearanceMgrPreference(SessionPreferences owner)
Parameters
| Type | Name | Description |
|---|---|---|
| SessionPreferences | owner |
Properties
DispSceneLabels
Declaration
public bool DispSceneLabels { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
DispSeeThru
Declaration
public bool DispSeeThru { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
ExcludeFromSelection
Declaration
public bool ExcludeFromSelection { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Tag
Declaration
public Tag Tag { get; }
Property Value
| Type | Description |
|---|---|
| Tag |
Methods
GetDirectoryOfStudioMaterial()
Declaration
public string GetDirectoryOfStudioMaterial()
Returns
| Type | Description |
|---|---|
| System.String |
GetDirectoryOfTexture()
Declaration
public string GetDirectoryOfTexture()
Returns
| Type | Description |
|---|---|
| System.String |
SetDirectoryOfStudioMaterial(String)
Declaration
public void SetDirectoryOfStudioMaterial(string studioMaterialDirectory)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | studioMaterialDirectory |
SetDirectoryOfTexture(String)
Declaration
public void SetDirectoryOfTexture(string textureDir)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | textureDir |
Implements
System.Runtime.Remoting.Messaging.IMessageSink