AGI AgAccessConstraintPlugin 11 Send comments on this topic.
BaseDependency Property (IAgAccessConstraintPluginResultRegister)
See Also 
Windows






Windows & Linux

Description

Dependency mask of the Base object indicating the geometric dependencies of the constraint computation.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property BaseDependency() As Integer

[C#]
public int BaseDependency {get; set;}

[Managed C++]
public: __property int get_BaseDependency();
public: __property void set_BaseDependency(
int
);

[Unmanaged C++]
public: HRESULT get_BaseDependency(
long * pRetVal
);
public: HRESULT put_BaseDependency(
long NewBaseDependency
);

[Java]
public int getBaseDependency();public void setBaseDependency(
int
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface