|
override void | deleteCptr () |
|
virtual IntPtr | GetNonDirectorClassID () |
|
|
static IntPtr | ClassID< T > () |
|
bool | cMemOwn |
|
HandleRef | cptr |
|
The Filter class is a smart pointer. It represents an A3DAsmLayer in Exchange. The primary purpose of this class is simply to provide access to the underlying A3DAsmLayer pointer for use by Exchange library functions.
◆ Layer() [1/2]
HPS.Exchange.Layer.Layer |
( |
| ) |
|
|
inline |
The default constructor creates an uninitialized Layer object. The Type() function will return Type.None.
◆ Layer() [2/2]
◆ GetComponents()
Get the list of components in this layer.
- Returns
- A list of components in this layer.
◆ GetIdentifier()
uint HPS.Exchange.Layer.GetIdentifier |
( |
| ) |
|
|
inline |
Get the identifier of the layer.
- Returns
- The identifier of the layer.
◆ GetName()
string HPS.Exchange.Layer.GetName |
( |
| ) |
|
|
inline |
Get the layer name.
- Returns
- The name of the layer.
◆ GetProductOccurrence()
Get the product occurrence in which the layer is defined.
- Returns
- The product occurrence in which the layer is defined.
◆ ObjectType()
override HPS.Type HPS.Exchange.Layer.ObjectType |
( |
| ) |
|
|
inlinevirtual |
This function returns the type the object, as declared (if the object is derived, this does not give the true type of the derived object).
- Returns
- The declared type of the object in question, which may differ from the true, underlying type.
Reimplemented from HPS.Object.
The documentation for this class was generated from the following file:
- internals/hps_sprk_exchange/source/cs/HPS.Exchange.cs