Gets or sets the details to include in the data file.
Read-write property
[Visual Basic .NET] |
---|
Public Property Include() As AgEAttInclude |
[C#] |
---|
public AgEAttInclude Include {get; set;} |
[Managed C++] |
---|
public: __property AgEAttInclude get_Include(); |
[Unmanaged C++] |
---|
public: HRESULT get_Include( AgEAttInclude * pVal ); public: HRESULT put_Include( AgEAttInclude Details ); |
[Java] |
---|
public AgEAttInclude getInclude(); public void setInclude( AgEAttInclude ); |
[Python - STK API ] |
---|
@property def Include(self) -> "AgEAttInclude": @Include.setter def Include(self, Details:"AgEAttInclude") -> None: |