ds-blue-logo
Preview  |  SOLIDWORKS USER FORUM
Use your SOLIDWORKS ID or 3DEXPERIENCE ID to log in.
RBRAJADURAI B06/03/2024

Dear members of the community,

I am using ModelDoc2 Interface to automate datum marking,

using InsertDatumTag2 member 

but my DatumTag object is not taking values upon declaration with the below statement. only "null" is getting reflected.

....

DatumTag swDatumTag = (DatumTag)model.InsertDatumTag2();

Please do clarify