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





Windows & Linux

Description

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

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.