STK ObjectsSend comments on this topic.
IAgAccessCnstrCondition Interface

Description

Access Constraint used for lighting conditions.

Public Properties

Public Property ConditionCondition uses the AgECnstrLighting enum.

Interfaces

Implemented Interface
IAgAccessConstraint

CoClasses that Implement IAgAccessCnstrCondition

Example

Add and configure a lighting condition access constraint
[C#]
// Condition constraint
IAgAccessCnstrCondition light = accessConstraints.AddConstraint(AgEAccessConstraints.eCstrLighting) as IAgAccessCnstrCondition;
light.Condition = AgECnstrLighting.eDirectSun;
Add and configure a lighting condition access constraint
[Visual Basic .NET]
' Condition constraint
Dim light As IAgAccessCnstrCondition = TryCast(accessConstraints.AddConstraint(AgEAccessConstraints.eCstrLighting), IAgAccessCnstrCondition)
light.Condition = AgECnstrLighting.eDirectSun
© 2024 Analytical Graphics, Inc. All Rights Reserved.