AGI AgAccessConstraintPlugin 11 Send comments on this topic.
BaseObjectType Property (IAgAccessConstraintPluginResultRegister)
See Also 





Description

This object type is permitted to own this constraint.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property BaseObjectType() As AgEAccessConstraintObjectType

[C#]
public AgEAccessConstraintObjectType BaseObjectType {get; set;}

[Managed C++]
public: __property AgEAccessConstraintObjectType get_BaseObjectType();
public: __property void set_BaseObjectType(
AgEAccessConstraintObjectType
);

[Unmanaged C++]
public: HRESULT get_BaseObjectType(
AgEAccessConstraintObjectType * pRetVal
);
public: HRESULT put_BaseObjectType(
AgEAccessConstraintObjectType NewBaseObjectType
);

[Java]
public AgEAccessConstraintObjectType getBaseObjectType();public void setBaseObjectType(
AgEAccessConstraintObjectType
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1