 | SystemUnitClassTypeInternalElement Property |
Gets the collection of InternalElement objects for this instance.
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic InternalElementSequence InternalElement { get; }
Public ReadOnly Property InternalElement As InternalElementSequence
Get
public:
virtual property InternalElementSequence^ InternalElement {
InternalElementSequence^ get () sealed;
}
Property Value
InternalElementSequenceImplements
IInternalElementContainerInternalElement
See Also