AGI STK Objects 11Send comments on this topic.
SetRestrictionType Method (IAgCnConstraints)
See Also
Restriction
Windows






Windows & Linux

Description

This property is deprecated. Use the SetFromRestrictionType and SetToRestrictionType properties.

Syntax

[Visual Basic .NET]
Public Sub SetRestrictionType( _
    ByVal Restriction As AgECnCnstrRestriction _
) As 
[C#]
public void SetRestrictionType(
    AgECnCnstrRestriction Restriction
);
[Managed C++]
public: void SetRestrictionType(
    AgECnCnstrRestriction Restriction
);
[Java]
public void setRestrictionType(
    AgECnCnstrRestriction Restriction
);
[Unmanaged C++]
public: HRESULT SetRestrictionType(
    AgECnCnstrRestriction Restriction
);

Parameters

Restriction

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.