STK AgAccessConstraintPluginSend 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 * pDepMask
);
public: HRESULT put_TargetDependency(
    long NewDepMask
);
[Java]
public int getTargetDependency();
public void setTargetDependency(
    int
);
[Python - STK API ]
@property
def TargetDependency(self) -> int:

@TargetDependency.setter
def TargetDependency(self, NewDepMask:int) -> None:

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.