PROBLEM
Unable to set the parameters for ITransformation3D::Scale using the following ArcObjects code:
pTransformation3D.Scale 10, 10, 10
This is a known issue.
Use a With statement to set the parameters for the Scale method:
Code:
With pTransformation3D
.Scale 10, 10, 10
End With
Article ID:000004569
Get help from ArcGIS experts
Download the Esri Support App