GfxAttributes Class

Base class for attributes propagation.
Public Class GfxAttributes 
Implements ICloneable
This language is not supported or no code example is available.
public class GfxAttributes : ICloneable
This language is not supported or no code example is available.
Name Description
Public property MaterialName
Top
Methods
 
Name Description
Public method Assign(GfxAttributes)
Public method AssignColor(Color)
Public method Clone() Creates a new object that is a copy of the current instance.
Public method Equals(Object) Determines whether the specified object is equal to the current object. (inherited from Object).
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object).
Public method GetColor()
Public method GetColor(bool, Environment, Entity, bool)
Public method GetHashCode Serves as the default hash function. (inherited from Object).
Public method GetType Gets the Type of the current instance. (inherited from Object).
Internal protected (Protected Friend) method Init(Color, LayerKeyedCollection)
Internal protected (Protected Friend) method Init(GfxAttributes)
Public method IsColorTransparent(bool, Environment, Entity)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object).
Public method ToString Returns a string that represents the current object. (inherited from Object).
Top
Fields
 
Name Description
Internal protected (Protected Friend) field Color
Public field LineTypeName The line type name.
Public field LineWeight
Top

.NET Framework

Supported in: 4.8

In this article

Definition