SIFWorks ADK 2.0
Properties Property
NamespacesEdustructures.SifWorksAgentProperties

[This is preliminary documentation and is subject to change.]

Gets the properties for this agent. The agent properties serve as defaults for new IZone objects created by the IZoneFactory. Properties may be customized on a zone-by-zone basis. If a property is not specified for a given zone, its value is inherited from the AgentProperties object returned by this method. Note this method returns the same object as getDefaultZoneProperties. Agent properties should be set prior to calling the Agent.initialize method.
Declaration Syntax
C#Visual BasicVisual C++
public virtual AgentProperties Properties{ get;}
Public Overridable ReadOnly Property Properties As AgentProperties
public:
virtual property AgentProperties^ Properties {
	AgentProperties^ get ();
}
Return Value
The agent properties

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10