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


IText3DElement.Update Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > IText3DElement Interface > IText3DElement.Update Method
ArcGIS Developer Help

IText3DElement.Update Method

Update graphic geometry with current parameters.

[Visual Basic .NET]
Public Function Update ( _
) As Boolean
[C#]
public bool Update (
);
[C++]
HRESULT Update(
void
);

Product Availability

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

See Also

IText3DElement Interface