Project.GetChangedProjectAttributes Method

Get any project attributes that have changed
Public Shared Sub GetChangedProjectAttributes( _ 
ByVal project_id As EntityID, _ 
ByVal date As Date, _ 
ByVal db As IDatabase, _ 
ByRef changed_attribs As List(Of AttributeInfo), _ 
ByRef deleted_attribs As List(Of EntityID) _ 
)
This language is not supported or no code example is available.
public static void GetChangedProjectAttributes( 
EntityID project_id
DateTime date
IDatabase db
out List<AttributeInfo> changed_attribs
out List<EntityID> deleted_attribs 
)
This language is not supported or no code example is available.
public:  
static void GetChangedProjectAttributes( 
EntityID^ project_id
DateTime date
IDatabase^ db
List<AttributeInfo^>^& changed_attribs
List<EntityID^>^& deleted_attribs 
)
This language is not supported or no code example is available.
JScript does not support generic types and methods.
This language is not supported or no code example is available.

Parameters

project_id
EntityID

the project id

date
DateTime

the date we're looking for changes after

db
IDatabase

the db db

changed_attribs
List<AttributeInfo>

the list of changed attributes

deleted_attribs
List<EntityID>

the list of deleted attributes

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1

In this article

Definition