Sets a new restriction type when in the from access position.
[Visual Basic .NET] |
---|
Public Sub SetFromRestrictionType( _ ByVal Restriction As AgECnCnstrRestriction _ ) |
[C#] |
---|
public void SetFromRestrictionType( AgECnCnstrRestriction Restriction ); |
[Managed C++] |
---|
public: void SetFromRestrictionType( AgECnCnstrRestriction Restriction ); |
[Unmanaged C++] |
---|
public: HRESULT SetFromRestrictionType( AgECnCnstrRestriction Restriction ); |
[Java] |
---|
public void setFromRestrictionType( AgECnCnstrRestriction Restriction ); |
[Python - STK API ] |
---|
def SetFromRestrictionType(self, Restriction:"AgECnCnstrRestriction") -> None: |
- Restriction