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


IDataGraphTPrivate.Internal Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDataGraphTPrivate Interface > IDataGraphTPrivate.Internal Property
ArcGIS Developer Help

IDataGraphTPrivate.Internal Property

For internal use only.

[Visual Basic .NET]
Public Sub Internal ( _
    ByRef ppTChart As Object _
)
[C#]
public void Internal (
    ref object ppTChart
);
[C++]
HRESULT get_Internal(
  IUnknown Pointer* ppTChart
);
[C++]
Parameters
ppTChart 

ppTChart is a parameter of type IUnknown*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IDataGraphTPrivate Interface