Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
WCrihfield
in reply to: gconley

Here is a simple example of creating a Date type Custom iProperty.

 

Dim oDoc As Document = ThisApplication.ActiveDocument
Dim oPropName As String = "Date Sample"
Dim oPropValue As Date = FormatDateTime(Now,DateFormat.GeneralDate)
iProperties.Value("Custom",oPropName) = oPropValue

 

Wesley Crihfield

EESignature

(Not an Autodesk Employee)