STK ObjectsSend comments on this topic.
FromRestriction Property (IAgCnConstraints)
See Also
Windows





Windows & Linux

Description

Returns a restriction corresponding to the restriction type when in the from access position.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property FromRestriction() As IAgCnCnstrRestriction
[C#]
public IAgCnCnstrRestriction FromRestriction {get;}
[Managed C++]
public: __property IAgCnCnstrRestriction ^ get_FromRestriction();
[Unmanaged C++]
public: HRESULT get_FromRestriction(
    IAgCnCnstrRestriction ** ppRetVal
);
[Java]
public IAgCnCnstrRestriction getFromRestriction();
[Python - STK API ]
@property
def FromRestriction(self) -> "IAgCnCnstrRestriction":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.