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





Windows & Linux

Description

Gets the current restriction type when in the from access position.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property FromRestrictionType() As AgECnCnstrRestriction
[C#]
public AgECnCnstrRestriction FromRestrictionType {get;}
[Managed C++]
public: __property AgECnCnstrRestriction get_FromRestrictionType();
[Unmanaged C++]
public: HRESULT get_FromRestrictionType(
    AgECnCnstrRestriction * pVal
);
[Java]
public AgECnCnstrRestriction getFromRestrictionType();
[Python - STK API ]
@property
def FromRestrictionType(self) -> "AgECnCnstrRestriction":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.