Class ElementPropertiesWithSelection<T>
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ElementPropertiesWithSelection<T>
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.FE
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class ElementPropertiesWithSelection<T> : APIBase, IEquatable<APIBase> where T : ElementPropertiesBase
Type Parameters
Name | Description |
---|---|
T |
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
ElementProperties
Declaration
public T ElementProperties { get; }
Property Value
Type | Description |
---|---|
T |
Methods
SelectNodes()
Declaration
public void SelectNodes()
Implements
System.IEquatable<T>