AGI STK Objects 11 Send comments on this topic.
ConstraintName Property (IAgFmDefAccessConstraint)
See Also 
Windows






Windows & Linux

Description

This property is deprecated. Deprecated due to the fact that the constraint list is dynamically created. Use Constraint property.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ConstraintName() As AgEFmConstraintName

[C#]
public AgEFmConstraintName ConstraintName {get; set;}

[Managed C++]
public: __property AgEFmConstraintName get_ConstraintName();
public: __property void set_ConstraintName(
AgEFmConstraintName
);

[Unmanaged C++]
public: HRESULT get_ConstraintName(
AgEFmConstraintName * pRetVal
);
public: HRESULT put_ConstraintName(
AgEFmConstraintName NewConstraintName
);

[Java]
public AgEFmConstraintName getConstraintName();public void setConstraintName(
AgEFmConstraintName
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface