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






Windows & Linux

Description

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

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property int get_TargetDependency();
public: __property void set_TargetDependency(
int
);

[Unmanaged C++]
public: HRESULT get_TargetDependency(
long * pRetVal
);
public: HRESULT put_TargetDependency(
long NewTargetDependency
);

[Java]
public int getTargetDependency();public void setTargetDependency(
int
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface