AGI STK Graphics 11 Send comments on this topic.
PerItemPickingEnabled Property (IAgStkGraphicsPointBatchPrimitive)
See Also 





Description

Gets or sets whether individual point indices will be included in the PickResults returned from the Scene's Pick method. Each point index that is picked will be returned as a BatchPrimitiveIndex.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property PerItemPickingEnabled() As Boolean

[C#]
public bool PerItemPickingEnabled {get; set;}

[Managed C++]
public: __property bool get_PerItemPickingEnabled();
public: __property void set_PerItemPickingEnabled(
bool
);

[Unmanaged C++]
public: HRESULT get_PerItemPickingEnabled(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_PerItemPickingEnabled(
VARIANT_BOOL NewPerItemPickingEnabled
);

[Java]
public bool getPerItemPickingEnabled();public void setPerItemPickingEnabled(
bool
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1