ZoneJointEntity Class

Abstract base for a Zone or Joint.

Definition

Namespace: HyperX.Scripting
Assembly: HyperX.Scripting (in HyperX.Scripting.dll) Version: 9.0.0.0 (9.0.0)
C#
public abstract class ZoneJointEntity : EntityWithAssignableProperties
Inheritance
Object    IdEntity    IdNameEntity    IdNameEntityRenameable    EntityWithAssignableProperties    ZoneJointEntity
Derived

Properties

AssignedAnalysisProperty Get the analysis property assigned to this Entity. Returns null if none is assigned.
(Inherited from EntityWithAssignableProperties)
AssignedDesignProperty Get the design property assigned to this Entity. Returns null if none is assigned.
(Inherited from EntityWithAssignableProperties)
AssignedLoadProperty Get the load property assigned to this Entity. Returns null if none is assigned.
(Inherited from EntityWithAssignableProperties)
Id
(Inherited from IdEntity)
Name
(Inherited from IdNameEntity)

Methods

AssignAnalysisProperty
(Inherited from EntityWithAssignableProperties)
AssignDesignProperty
(Inherited from EntityWithAssignableProperties)
AssignLoadProperty
(Inherited from EntityWithAssignableProperties)
AssignProperty Assign a Property to this entity.
(Inherited from EntityWithAssignableProperties)
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetAllResults 
GetControllingResult 
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetMinimumMargin 
GetTypeGets the Type of the current instance.
(Inherited from Object)
Rename
(Inherited from IdNameEntityRenameable)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also