STK ObjectsSend comments on this topic.
ParentPlatformRestriction Property (IAgChConnection)
See Also
Windows





Windows & Linux

Description

Gets or sets the parent platform restriction for a connection.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ParentPlatformRestriction() As AgEChParentPlatformRestriction
[C#]
public AgEChParentPlatformRestriction ParentPlatformRestriction {get; set;}
[Managed C++]
public: __property AgEChParentPlatformRestriction get_ParentPlatformRestriction();
public: __property void set_ParentPlatformRestriction( AgEChParentPlatformRestriction );
[Unmanaged C++]
public: HRESULT get_ParentPlatformRestriction(
    AgEChParentPlatformRestriction * pVal
);
public: HRESULT put_ParentPlatformRestriction(
    AgEChParentPlatformRestriction val
);
[Java]
public AgEChParentPlatformRestriction getParentPlatformRestriction();
public void setParentPlatformRestriction(
    AgEChParentPlatformRestriction
);
[Python - STK API ]
@property
def ParentPlatformRestriction(self) -> "AgEChParentPlatformRestriction":

@ParentPlatformRestriction.setter
def ParentPlatformRestriction(self, val:"AgEChParentPlatformRestriction") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.