HPS::Exchange::Layer

class HPS.Exchange.Layer : public HPS.Sprocket

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.

Public Functions

override void Dispose ()
HPS.Exchange.Component[] GetComponents ()

Get the list of components in this layer.

Return

A list of components in this layer.

uint GetIdentifier ()

Get the identifier of the layer.

Return

The identifier of the layer.

string GetName ()

Get the layer name.

Return

The name of the layer.

HPS.Exchange.ProductOccurrence GetProductOccurrence ()

Get the product occurrence in which the layer is defined.

Return

The product occurrence in which the layer is defined.

Layer ()

The default constructor creates an uninitialized Layer object. The Type() function will return Type.None.

Layer (HPS.Exchange.Layer in_that)

The copy constructor creates an Exchange.Layer object that shares the underlying smart-pointer of the source Exchange.Layer.

Param in_that

The source Exchange.Layer to copy.

override HPS.Type ObjectType ()

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).

Return

The declared type of the object in question, which may differ from the true, underlying type.