STK AgAccessConstraintPluginSend comments on this topic.
ObjectTypeName Method (IAgAccessConstraintPluginResultRegister)
See Also
Type
An indicator of the STK object type.
Windows





Windows & Linux

Description

Returns the name of associated object type.

Syntax

[Visual Basic .NET]
Public Function ObjectTypeName( _
    ByVal Type As AgEAccessConstraintObjectType _
) As String
[C#]
public string ObjectTypeName(
    AgEAccessConstraintObjectType Type
);
[Managed C++]
public: String __gc ^ ObjectTypeName(
    AgEAccessConstraintObjectType Type
);
[Unmanaged C++]
public: HRESULT ObjectTypeName(
    AgEAccessConstraintObjectType Type,
    BSTR * pName
);
[Java]
public String objectTypeName(
    AgEAccessConstraintObjectType Type
);
[Python - STK API ]
def ObjectTypeName(self, Type:"AgEAccessConstraintObjectType") -> str:

Parameters

Type
An indicator of the STK object type.

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.