STK ObjectsSend comments on this topic.
SetToRestrictionType Method (IAgCnConstraints)
See Also
Restriction
Windows





Windows & Linux

Description

Sets a new restriction type when in the to access position.

Syntax

[Visual Basic .NET]
Public Sub SetToRestrictionType( _
    ByVal Restriction As AgECnCnstrRestriction _
)
[C#]
public void SetToRestrictionType(
    AgECnCnstrRestriction Restriction
);
[Managed C++]
public: void SetToRestrictionType(
    AgECnCnstrRestriction Restriction
);
[Unmanaged C++]
public: HRESULT SetToRestrictionType(
    AgECnCnstrRestriction Restriction
);
[Java]
public void setToRestrictionType(
    AgECnCnstrRestriction Restriction
);
[Python - STK API ]
def SetToRestrictionType(self, Restriction:"AgECnCnstrRestriction") -> None:

Parameters

Restriction

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.