PROBLEM

Unable to set ITransformation3D::Scale method parameters

Last Published: April 25, 2020

Description

Unable to set the parameters for ITransformation3D::Scale using the following ArcObjects code:

pTransformation3D.Scale 10, 10, 10

Cause

This is a known issue.

Solution or Workaround



Use a With statement to set the parameters for the Scale method:

Code:
With pTransformation3D
.Scale 10, 10, 10
End With

Article ID:000004569

Software:
  • ArcMap 8 x

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options

Discover more on this topic