 | InternalLinkTypeBInterface Property |
Gets and sets the BInterface of the InternalLink by reading or setting the
RefPartnerSideB 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 BInterface { get; set; }
Public Property BInterface As ExternalInterfaceType
Get
Set
public:
property ExternalInterfaceType^ BInterface {
ExternalInterfaceType^ get ();
void set (ExternalInterfaceType^ value);
}
Property Value
ExternalInterfaceType
See Also