Class ElementPropertiesWithMaterial
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ElementPropertiesWithMaterial
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.NodalAnalysis.DevToolsAnalyses.FullFEReporting
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class ElementPropertiesWithMaterial : ElementPropertiesBase, IEquatable<APIBase>
Properties
MaterialCoordinateSystemID
Declaration
public ListWithSelectedItem<int> MaterialCoordinateSystemID { get; set; }
Property Value
Type | Description |
---|---|
ListWithSelectedItem<System.Int32> |
MaterialID
Declaration
public ListWithSelectedItem<int> MaterialID { get; set; }
Property Value
Type | Description |
---|---|
ListWithSelectedItem<System.Int32> |
Implements
System.IEquatable<T>