Class SurfaceBinding
Inheritance
System.Object
SurfaceBinding
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Aurigma.DesignAtoms.Model
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public class SurfaceBinding
Constructors
SurfaceBinding()
Declaration
public SurfaceBinding()
SurfaceBinding(Int32)
Declaration
public SurfaceBinding(int surfaceIndex)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | surfaceIndex |
SurfaceBinding(Int32[])
Declaration
public SurfaceBinding(int[] surfaceIndexes)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32[] | surfaceIndexes |
SurfaceBinding(String)
Declaration
public SurfaceBinding(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name |
SurfaceBinding(String[])
Declaration
public SurfaceBinding(string[] names)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String[] | names |
Properties
IsSingleBinding
Declaration
public bool IsSingleBinding { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
SurfaceIndexes
Declaration
public int[] SurfaceIndexes { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32[] |
SurfaceNames
Declaration
public string[] SurfaceNames { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String[] |
Methods
GetHashCode()
Declaration
public override int GetHashCode()
Returns
| Type | Description |
|---|---|
| System.Int32 |
Overrides
System.Object.GetHashCode()