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