ArcObjects Library Reference (3DAnalyst)  

IKeyframe.PropertyValueBoolean Property

Indicates if the property is TRUE.

[Visual Basic .NET]
Public Function get_PropertyValueBoolean ( _
    ByVal propIndex As Integer _
) As Boolean
[Visual Basic .NET]
Public Sub set_PropertyValueBoolean ( _
    ByVal propIndex As Integer, _
    ByVal pBoolValue As Boolean _
)
[C#]
public bool get_PropertyValueBoolean (
    int propIndex
);
[C#]
public void set_PropertyValueBoolean (
    int propIndex,
    bool pBoolValue
);
[C++]
HRESULT get_PropertyValueBoolean(
  long propIndex,
  VARIANT_BOOL* pBoolValue
);
[C++]
HRESULT put_PropertyValueBoolean(
  long propIndex,
  VARIANT_BOOL pBoolValue
);
[C++]

Parameters

propIndex [in]   propIndex is a parameter of type long pBoolValue [out, retval]   pBoolValue is a parameter of type VARIANT_BOOL propIndex [in]   propIndex is a parameter of type long pBoolValue [in]   pBoolValue is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

IKeyframe Interface