This document is archived and information here might be outdated.  Recommended version.


IKeyframe.PropertyValueBoolean Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IK > IKeyframe Interface > IKeyframe.PropertyValueBoolean Property
ArcGIS Developer Help

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,
  Boolean* pBoolValue
);
[C++]
Parameters
propIndex [in]

propIndex is a parameter of type long pBoolValue [out, retval]
pBoolValue is a parameter of type bool*

Product Availability

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

See Also

IKeyframe Interface