STK ObjectsSend comments on this topic.
ConstraintName Property (IAgAccessConstraint)
See Also
Windows





Windows & Linux

Description

Property used to access the constraint name.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property ConstraintName() As String
[C#]
public string ConstraintName {get;}
[Managed C++]
public: __property String __gc ^ get_ConstraintName();
[Unmanaged C++]
public: HRESULT get_ConstraintName(
    BSTR * pName
);
[Java]
public String getConstraintName();
[Python - STK API ]
@property
def ConstraintName(self) -> str:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.