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






Windows & Linux

Description

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

Syntax

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

Parameters

Restriction

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.