 | InternalLinkTypeAInterface Property |
Gets and sets the AInterface of the InternalLink by reading or setting the
RefPartnerSideA Attribute. A read access to this property updates the
RelatedObjects.
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic ExternalInterfaceType AInterface { get; set; }
Public Property AInterface As ExternalInterfaceType
Get
Set
public:
property ExternalInterfaceType^ AInterface {
ExternalInterfaceType^ get ();
void set (ExternalInterfaceType^ value);
}
Property Value
ExternalInterfaceType
See Also